Changeset 234b1cb for src/InitTweak/GenInit.h
- Timestamp:
- Jun 20, 2019, 2:32:55 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b8524ca, f5edcb4
- Parents:
- c0f9efe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
rc0f9efe r234b1cb 19 19 #include <string> // for string 20 20 21 #include "AST/Fwd.hpp" 22 #include "GenPoly/ScopedSet.h" // for ScopedSet 21 23 #include "SynTree/SynTree.h" // for Visitor Nodes 22 23 #include "GenPoly/ScopedSet.h" // for ScopedSet24 24 25 25 namespace InitTweak { … … 35 35 /// creates an appropriate ConstructorInit node which contains a constructor, destructor, and C-initializer 36 36 ConstructorInit * genCtorInit( ObjectDecl * objDecl ); 37 ast::ConstructorInit * genCtorInit( const ast::ObjectDecl * objDecl ); 37 38 38 39 class ManagedTypes {
Note: See TracChangeset
for help on using the changeset viewer.