Changeset 043a5b6 for src/Validate
- Timestamp:
- May 30, 2019, 9:48:47 AM (5 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:
- a935892
- Parents:
- 0aedb01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/FindSpecialDecls.cc
r0aedb01 r043a5b6 26 26 namespace Validate { 27 27 Type * SizeType = nullptr; 28 29 30 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.