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