Changeset 4ae2364 for src/Validate
- Timestamp:
- Jun 3, 2019, 5:36:47 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:
- 98a8290, ee574a2
- Parents:
- f474e91 (diff), dafe9e1 (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
rf474e91 r4ae2364 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.