Ignore:
Timestamp:
Jun 22, 2017, 9:49:32 AM (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:
925b7f4
Parents:
da24468
Message:

Added boilerplate for declarations to add

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.proto.h

    rda24468 r35df560  
    112112FIELD_PTR( std::list< Statement* >, stmtsToAddBefore )
    113113FIELD_PTR( std::list< Statement* >, stmtsToAddAfter  )
     114FIELD_PTR( std::list< Declaration* >, declsToAddBefore )
     115FIELD_PTR( std::list< Declaration* >, declsToAddAfter  )
    114116FIELD_PTR( bool, skip_children )
    115117FIELD_PTR( at_cleanup_t, at_cleanup )
Note: See TracChangeset for help on using the changeset viewer.