Changeset 6a896b0 for src/ControlStruct


Ignore:
Timestamp:
Jul 18, 2022, 11:27:06 AM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
efcd8f2
Parents:
847bb6f
Message:

Translated the Exception Declaration pass.

Location:
src/ControlStruct
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/ControlStruct/ExceptDecl.h

    r847bb6f r6a896b0  
    99// Author           : Henry Xue
    1010// Created On       : Tue Jul 20 04:10:50 2021
    11 // Last Modified By : Henry Xue
    12 // Last Modified On : Tue Jul 20 04:10:50 2021
    13 // Update Count     : 1
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Tue Jul 12 15:49:00 2022
     13// Update Count     : 2
    1414//
    1515
     
    2020class Declaration;
    2121
     22namespace ast {
     23        class TranslationUnit;
     24}
     25
    2226namespace ControlStruct {
    2327        void translateExcept( std::list< Declaration *> & translationUnit );
     28        void translateExcept( ast::TranslationUnit & translationUnit );
    2429}
  • TabularUnified src/ControlStruct/module.mk

    r847bb6f r6a896b0  
    1717SRC += \
    1818        ControlStruct/ExceptDecl.cc \
     19        ControlStruct/ExceptDeclNew.cpp \
    1920        ControlStruct/ExceptDecl.h \
    2021        ControlStruct/ExceptTranslateNew.cpp \
Note: See TracChangeset for help on using the changeset viewer.