Changeset 5b25c49
- Timestamp:
- Mar 19, 2024, 4:29:43 PM (20 months ago)
- Branches:
- master
- Children:
- 0139351
- Parents:
- 057608a
- File:
- 
      - 1 edited
 
 - 
          
  src/main.cc (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/main.ccr057608a r5b25c49 100 100 } 101 101 102 // Helpers for checkInvariant:103 void checkInvariants( std::list< Declaration * > & ) {}104 using ast::checkInvariants;105 106 102 #define PASS( name, pass, unit, ... ) \ 107 103 if ( errorp ) { cerr << name << endl; } \ … … 111 107 Stats::Time::StopBlock(); \ 112 108 if ( invariant ) { \ 113 checkInvariants(unit);\109 ast::checkInvariants(unit); \ 114 110 } 115 111 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  