Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/FindSpecialDecls.cc

    r043a5b6 r2bfc6b2  
    2626namespace Validate {
    2727        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;
    3131
    3232        namespace {
Note: See TracChangeset for help on using the changeset viewer.