Changes in src/InitTweak/FixInit.h [b2e0df3:1be845b]
- File:
-
- 1 edited
-
src/InitTweak/FixInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInit.h
rb2e0df3 r1be845b 10 10 // Created On : Wed Jan 13 16:29:30 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : S un Feb 16 07:54:50 202013 // Update Count : 812 // Last Modified On : Sat Jul 22 09:31:06 2017 13 // Update Count : 6 14 14 // 15 15 … … 20 20 21 21 class Declaration; 22 namespace ast {23 struct TranslationUnit;24 }25 22 26 23 namespace InitTweak { 27 /// replace constructor initializers with expression statements and unwrap basic C-style initializers 24 /// replace constructor initializers with expression statements 25 /// and unwrap basic C-style initializers 28 26 void fix( std::list< Declaration * > & translationUnit, bool inLibrary ); 29 30 void fix( ast::TranslationUnit & translationUnit, bool inLibrary);31 27 } // namespace 32 28
Note:
See TracChangeset
for help on using the changeset viewer.