- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/HoistControlDecls.hpp
rb6923b17 r11df881 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 : Wed Jul 24 12:04:00 202411 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jan 31 22:25:07 2022 13 13 // Update Count : 3 14 14 // … … 21 21 22 22 namespace ControlStruct { 23 24 23 /// Hoist declarations out of control flow statements into compound statement. 25 /// Must happen before auto-gen routines are added and after loop control 26 /// flow is resolved. 24 /// Must happen before auto-gen routines are added. 27 25 void hoistControlDecls( ast::TranslationUnit & translationUnit ); 28 29 26 } // namespace ControlStruct 30 27
Note: See TracChangeset
for help on using the changeset viewer.