Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    r39d8950 r1f7dc61  
    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.