Ignore:
Timestamp:
Oct 9, 2024, 5:34:36 PM (21 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
7d415b4 (diff), 16ba4897 (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/Validate/CheckAssertions.cpp

    r7d415b4 r0766399  
    6060                makeTypeVarMap( decl, typeVars );
    6161                checkList( typeVars, errors, decl->assertions );
    62                 if ( !errors.isEmpty() ) { throw errors; }
     62                errors.throwIfNonEmpty();
    6363        }
    6464
     
    7272                }
    7373                if ( checkMembers ) checkList( typeVars, errors, decl->members );
    74                 if ( !errors.isEmpty() ) { throw errors; }
     74                errors.throwIfNonEmpty();
    7575        }
    7676
Note: See TracChangeset for help on using the changeset viewer.