Ignore:
Timestamp:
Aug 6, 2025, 10:47:44 AM (7 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
81e1984b
Parents:
d7a2de1 (diff), b2e4a73 (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/SatisfyAssertions.cpp

    rd7a2de1 r58a4cde  
    1010// Created On       : Mon Jun 10 17:45:00 2019
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jul  2 18:15:51 2024
    13 // Update Count     : 5
     12// Last Modified On : Thu Jul 31 18:04:31 2025
     13// Update Count     : 6
    1414//
    1515
     
    456456                        // should a limit be imposed? worst case here is O(n^2) but very unlikely to happen.
    457457
    458                         for (unsigned resetCount = 0; ; ++resetCount) {
     458                        for ( ;; ) {
    459459                                ast::AssertionList next;
    460460                                // make initial pass at matching assertions
     
    475475                                        } else if ( result == AssertionResult::Skip ) {
    476476                                                next.emplace_back(assn);
    477                                                 // goto nextSat;
    478477                                        }
    479478                                }
Note: See TracChangeset for help on using the changeset viewer.