Changeset a2d4d1c for src/SynTree


Ignore:
Timestamp:
Sep 26, 2017, 10:15:38 AM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
19c43b7
Parents:
4dfa562 (diff), a139c11 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
src/SynTree
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    r4dfa562 ra2d4d1c  
    2525  public:
    2626        // visit: Default implementation of all functions visits the children
    27     // of the given syntax node, but performs no other action.
     27        // of the given syntax node, but performs no other action.
    2828
    2929        virtual void visit( ObjectDecl *objectDecl );
  • src/SynTree/module.mk

    r4dfa562 ra2d4d1c  
    4848       SynTree/Visitor.cc \
    4949       SynTree/Mutator.cc \
    50        SynTree/AddStmtVisitor.cc \
    5150       SynTree/TypeSubstitution.cc \
    5251       SynTree/Attribute.cc \
Note: See TracChangeset for help on using the changeset viewer.