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