Changeset 7fe4adbb for src/Validate
- Timestamp:
- Jul 3, 2024, 3:43:13 PM (6 months ago)
- Branches:
- master
- Children:
- 793eb2f
- Parents:
- 597f284
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ImplementEnumFunc.hpp
r597f284 r7fe4adbb 2 2 3 3 namespace ast { 4 4 class TranslationUnit; 5 5 } 6 6 7 7 namespace Validate { 8 void implementEnumFunc( ast::TranslationUnit & translationUnit ); 8 9 /// Auto-Generation of enumeration functions. 10 /// Happens before fixReturnStatements because it inserts "unfixed" returns. 11 void implementEnumFunc( ast::TranslationUnit & translationUnit ); 12 9 13 }
Note: See TracChangeset
for help on using the changeset viewer.