Changeset 42e2ad7
- Timestamp:
- Apr 29, 2015, 11:40:37 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 48e99f2
- Parents:
- bdd516a
- Location:
- translator
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
translator/InitTweak/module.mk
rbdd516a r42e2ad7 3 3 InitTweak/Mutate.cc \ 4 4 InitTweak/Association.cc \ 5 InitTweak/RemoveInit.cc \ 5 6 $(NULL) 6 7 -
translator/main.cc
rbdd516a r42e2ad7 25 25 #include "MakeLibCfa.h" 26 26 #include "InitTweak/Mutate.h" 27 #include "InitTweak/RemoveInit.h" 27 28 //#include "Explain/GenProlog.h" 28 29 //#include "Try/Visit.h" … … 256 257 return 0; 257 258 } // if 259 260 // add the assignment statement after the 261 // initialization of a type parameter 262 InitTweak::tweak( translationUnit ); 258 263 259 264 //std::cerr << "before validate" << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.