Changeset 53449a4 for src/AST/TranslationUnit.hpp
- Timestamp:
- Dec 16, 2020, 4:01:57 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8ba363e, c8025a21
- Parents:
- b3c8496 (diff), 3e5dd913 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/AST/TranslationUnit.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TranslationUnit.hpp
rb3c8496 r53449a4 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.