Changeset 6a896b0 for src/ControlStruct
- Timestamp:
 - Jul 18, 2022, 11:27:06 AM (3 years ago)
 - Branches:
 - ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
 - Children:
 - efcd8f2
 - Parents:
 - 847bb6f
 - Location:
 - src/ControlStruct
 - Files:
 - 
      
- 1 added
 - 2 edited
 
- 
          
  ExceptDecl.h (modified) (2 diffs)
 - 
          
  ExceptDeclNew.cpp (added)
 - 
          
  module.mk (modified) (1 diff)
 
 
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 }  - 
      
src/ControlStruct/module.mk
r847bb6f r6a896b0 17 17 SRC += \ 18 18 ControlStruct/ExceptDecl.cc \ 19 ControlStruct/ExceptDeclNew.cpp \ 19 20 ControlStruct/ExceptDecl.h \ 20 21 ControlStruct/ExceptTranslateNew.cpp \  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.