Changes in src/InitTweak/FixInit.h [60a8062:b2e0df3]
- File:
-
- 1 edited
-
src/InitTweak/FixInit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInit.h
r60a8062 rb2e0df3 20 20 21 21 class Declaration; 22 namespace ast { 23 struct TranslationUnit; 24 } 22 25 23 26 namespace InitTweak { 24 27 /// replace constructor initializers with expression statements and unwrap basic C-style initializers 25 28 void fix( std::list< Declaration * > & translationUnit, bool inLibrary ); 29 30 void fix( ast::TranslationUnit & translationUnit, bool inLibrary); 26 31 } // namespace 27 32
Note:
See TracChangeset
for help on using the changeset viewer.