Changes in src/AST/TranslationUnit.hpp [1be1e5a:b3a0df6]
- File:
-
- 1 edited
-
src/AST/TranslationUnit.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TranslationUnit.hpp
r1be1e5a rb3a0df6 29 29 std::map< UniqueId, Decl * > idMap; 30 30 31 Type * sizeType;32 FunctionDecl * dereference;33 StructDecl * dtorStruct;34 FunctionDecl * dtorDestroy;31 const Type * sizeType; 32 const FunctionDecl * dereference; 33 const StructDecl * dtorStruct; 34 const FunctionDecl * dtorDestroy; 35 35 } global; 36 36 };
Note:
See TracChangeset
for help on using the changeset viewer.