Changeset 5b25c49
- Timestamp:
- Mar 19, 2024, 4:29:43 PM (9 months ago)
- Branches:
- master
- Children:
- 0139351
- Parents:
- 057608a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r057608a 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.