- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/FindSpecialDecls.cc
r043a5b6 r2bfc6b2 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.