Changes in src/AST/Fwd.hpp [39d8950:1f7dc61]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
r39d8950 r1f7dc61 141 141 142 142 class TranslationUnit; 143 class TranslationGlobal; 143 // TODO: Get from the TranslationUnit: 144 extern ptr<Type> sizeType; 145 extern const FunctionDecl * dereferenceOperator; 146 extern const StructDecl * dtorStruct; 147 extern const FunctionDecl * dtorStructDestroy; 144 148 145 149 }
Note:
See TracChangeset
for help on using the changeset viewer.