Changeset 092528b for src/InitTweak/GenInit.h
- Timestamp:
- Jan 23, 2017, 2:36:49 PM (7 years ago)
- 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:
- 0bfaf80
- Parents:
- 207c7e1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
r207c7e1d r092528b 28 28 void genInit( std::list< Declaration * > & translationUnit ); 29 29 30 /// generates a single ctor/dtor statement using objDecl as the 'this' parameter and arg as the optional argument 31 ImplicitCtorDtorStmt * genCtorDtor( const std::string & fname, ObjectDecl * objDecl, Expression * arg = nullptr ); 32 30 33 /// creates an appropriate ConstructorInit node which contains a constructor, destructor, and C-initializer 31 34 ConstructorInit * genCtorInit( ObjectDecl * objDecl );
Note: See TracChangeset
for help on using the changeset viewer.