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

Translated the Exception Declaration pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.