Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    r400b8be r1f7dc61  
    4747class ForStmt;
    4848class SwitchStmt;
    49 class CaseClause;
     49class CaseStmt;
    5050class BranchStmt;
    5151class ReturnStmt;
    5252class ThrowStmt;
    5353class TryStmt;
    54 class CatchClause;
    55 class FinallyClause;
     54class CatchStmt;
     55class FinallyStmt;
    5656class SuspendStmt;
    5757class WaitForStmt;
     
    141141
    142142class TranslationUnit;
    143 class TranslationGlobal;
     143// TODO: Get from the TranslationUnit:
     144extern ptr<Type> sizeType;
     145extern const FunctionDecl * dereferenceOperator;
     146extern const StructDecl   * dtorStruct;
     147extern const FunctionDecl * dtorStructDestroy;
    144148
    145149}
Note: See TracChangeset for help on using the changeset viewer.