Changeset 32490deb for src/ResolvExpr


Ignore:
Timestamp:
Jan 31, 2024, 6:40:25 PM (5 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
496ffc17
Parents:
c75b30a (diff), e71b09a (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/ResolvExpr/Resolver.cc

    rc75b30a r32490deb  
    5050
    5151namespace ResolvExpr {
    52         template< typename iterator_t >
    53         inline bool advance_to_mutex( iterator_t & it, const iterator_t & end ) {
    54                 while( it != end && !(*it)->get_type()->get_mutex() ) {
    55                         it++;
    56                 }
    57 
    58                 return it != end;
    59         }
    60 
    6152        namespace {
    6253                /// Finds deleted expressions in an expression tree
Note: See TracChangeset for help on using the changeset viewer.