Ignore:
Timestamp:
Dec 4, 2023, 3:33:15 PM (7 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
8a4e472, c7f9f53
Parents:
c4b9fa9
Message:

Some general clean-up, removing bits and pieces from the old version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptDecl.h

    rc4b9fa9 r539a8c8  
    1616#pragma once
    1717
    18 #include <list>  // for list
    19 
    20 class Declaration;
    21 
    2218namespace ast {
    2319        class TranslationUnit;
     
    2521
    2622namespace ControlStruct {
     23
    2724/// Unfold exception declarations into raw structure declarations.
    2825/// Also builds vtable declarations and converts vtable types.
    29 void translateExcept( std::list< Declaration *> & translationUnit );
    3026void translateExcept( ast::TranslationUnit & translationUnit );
     27
    3128}
Note: See TracChangeset for help on using the changeset viewer.