- File:
-
- 1 edited
-
src/ControlStruct/HoistControlDecls.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/HoistControlDecls.hpp
r45040b61 r11df881 21 21 22 22 namespace ControlStruct { 23 // Hoist declarations out of control flow statements into compound statement. 23 /// Hoist declarations out of control flow statements into compound statement. 24 /// Must happen before auto-gen routines are added. 24 25 void hoistControlDecls( ast::TranslationUnit & translationUnit ); 25 26 } // namespace ControlStruct
Note:
See TracChangeset
for help on using the changeset viewer.