- File:
-
- 1 edited
-
src/ControlStruct/HoistControlDecls.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/HoistControlDecls.hpp
ra488783 r45040b61 9 9 // Author : Andrew Beach 10 10 // Created On : Fri Dec 3 15:31:00 2021 11 // Last Modified By : Andrew Beach12 // Last Modified On : Fri Dec 3 15:31:00 202113 // Update Count : 011 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jan 31 22:25:07 2022 13 // Update Count : 3 14 14 // 15 15 … … 17 17 18 18 namespace ast { 19 class TranslationUnit;19 class TranslationUnit; 20 20 } 21 21 22 22 namespace ControlStruct { 23 24 /// Hoist initialization out of control flow statements. 23 // Hoist declarations out of control flow statements into compound statement. 25 24 void hoistControlDecls( ast::TranslationUnit & translationUnit ); 26 27 25 } // namespace ControlStruct 28 26
Note:
See TracChangeset
for help on using the changeset viewer.