Changes in src/AST/Fwd.hpp [400b8be:1f7dc61]
- File:
-
- 1 edited
-
src/AST/Fwd.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
r400b8be r1f7dc61 47 47 class ForStmt; 48 48 class SwitchStmt; 49 class Case Clause;49 class CaseStmt; 50 50 class BranchStmt; 51 51 class ReturnStmt; 52 52 class ThrowStmt; 53 53 class TryStmt; 54 class Catch Clause;55 class Finally Clause;54 class CatchStmt; 55 class FinallyStmt; 56 56 class SuspendStmt; 57 57 class WaitForStmt; … … 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.