Changes in src/InitTweak/GenInit.h [b8524ca:234b1cb]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
rb8524ca r234b1cb 20 20 21 21 #include "AST/Fwd.hpp" 22 #include "Common/CodeLocation.h"23 22 #include "GenPoly/ScopedSet.h" // for ScopedSet 24 23 #include "SynTree/SynTree.h" // for Visitor Nodes … … 36 35 /// creates an appropriate ConstructorInit node which contains a constructor, destructor, and C-initializer 37 36 ConstructorInit * genCtorInit( ObjectDecl * objDecl ); 38 ast::ConstructorInit * genCtorInit( const CodeLocation & loc, constast::ObjectDecl * objDecl );37 ast::ConstructorInit * genCtorInit( const ast::ObjectDecl * objDecl ); 39 38 40 39 class ManagedTypes {
Note:
See TracChangeset
for help on using the changeset viewer.