Changeset a0fdbd5 for src/InitTweak/GenInit.h
- Timestamp:
- Apr 28, 2016, 12:32:49 PM (8 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, with_gc
- Children:
- fea7ca7
- Parents:
- 84bb4d9
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
r84bb4d9 ra0fdbd5 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Mon Jan 11 16:02:44201612 // Last Modified On : Thu Apr 28 12:22:09 2016 13 13 // Update Count : 3 14 14 // 15 15 16 #ifndef REMOVE_INIT_H17 #define REMOVE_INIT_H16 #ifndef GEN_INIT_H 17 #define GEN_INIT_H 18 18 19 19 #include <string> … … 25 25 26 26 namespace InitTweak { 27 /// Adds assignment statements for polymorphic type initializers28 void tweak( std::list< Declaration * > & translationUnit );27 /// Adds return value temporaries and wraps Initializers in ConstructorInit nodes 28 void genInit( std::list< Declaration * > & translationUnit ); 29 29 } // namespace 30 30
Note: See TracChangeset
for help on using the changeset viewer.