Changeset 486caad for src/main.cc


Ignore:
Timestamp:
Mar 25, 2024, 7:15:30 PM (6 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
d734fa1
Parents:
df78cce (diff), bf050c5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rdf78cce r486caad  
    101101}
    102102
    103 // Helpers for checkInvariant:
    104 void checkInvariants( std::list< Declaration * > & ) {}
    105 using ast::checkInvariants;
    106 
    107103#define PASS( name, pass, unit, ... )       \
    108104        if ( errorp ) { cerr << name << endl; } \
     
    112108        Stats::Time::StopBlock();               \
    113109        if ( invariant ) {                      \
    114                 checkInvariants(unit);              \
     110                ast::checkInvariants(unit);         \
    115111        }
    116112
Note: See TracChangeset for help on using the changeset viewer.