Changeset 67130fe for src/Validate
- Timestamp:
- Jun 4, 2019, 6:39:23 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c6a1e8a
- Parents:
- 7564e10 (diff), 1346914 (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/Validate/FindSpecialDecls.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/FindSpecialDecls.cc
r7564e10 r67130fe 26 26 namespace Validate { 27 27 Type * SizeType = nullptr; 28 FunctionDecl * dereferenceOperator = nullptr;29 StructDecl * dtorStruct = nullptr;30 FunctionDecl * dtorStructDestroy = nullptr;28 FunctionDecl * dereferenceOperator = nullptr; 29 StructDecl * dtorStruct = nullptr; 30 FunctionDecl * dtorStructDestroy = nullptr; 31 31 32 32 namespace {
Note:
See TracChangeset
for help on using the changeset viewer.