Changeset 6a896b0 for src/ControlStruct/ExceptDecl.h
- Timestamp:
- Jul 18, 2022, 11:27:06 AM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- efcd8f2
- Parents:
- 847bb6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptDecl.h
r847bb6f r6a896b0 9 9 // Author : Henry Xue 10 10 // Created On : Tue Jul 20 04:10:50 2021 11 // Last Modified By : Henry Xue12 // Last Modified On : Tue Jul 20 04:10:50 202113 // Update Count : 111 // Last Modified By : Andrew Beach 12 // Last Modified On : Tue Jul 12 15:49:00 2022 13 // Update Count : 2 14 14 // 15 15 … … 20 20 class Declaration; 21 21 22 namespace ast { 23 class TranslationUnit; 24 } 25 22 26 namespace ControlStruct { 23 27 void translateExcept( std::list< Declaration *> & translationUnit ); 28 void translateExcept( ast::TranslationUnit & translationUnit ); 24 29 }
Note: See TracChangeset
for help on using the changeset viewer.