Changes in src/InitTweak/GenInit.h [b8524ca:bfd4974]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
rb8524ca rbfd4974 19 19 #include <string> // for string 20 20 21 #include " AST/Fwd.hpp"22 #include "Common/CodeLocation.h" 21 #include "SynTree/SynTree.h" // for Visitor Nodes 22 23 23 #include "GenPoly/ScopedSet.h" // for ScopedSet 24 #include "SynTree/SynTree.h" // for Visitor Nodes25 24 26 25 namespace InitTweak { … … 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, const ast::ObjectDecl * objDecl );39 37 40 38 class ManagedTypes {
Note:
See TracChangeset
for help on using the changeset viewer.