Changeset 13932f14 for src/Common


Ignore:
Timestamp:
May 31, 2017, 2:18:14 PM (7 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:
5d88a0a
Parents:
eb0951d0
Message:

Added the new PassVisitor? to simplify visiting all the nodes

Location:
src/Common
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/utility.h

    reb0951d0 r13932f14  
    334334        {}
    335335
     336        CodeLocation( const CodeLocation& rhs ) = default;
     337
    336338        bool isSet () const {
    337339                return -1 != linenumber;
Note: See TracChangeset for help on using the changeset viewer.