Ignore:
Timestamp:
Jan 18, 2025, 3:46:06 PM (8 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d0b6712
Parents:
fa59c40 (diff), df56e25 (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/Parser/StatementNode.cpp

    rfa59c40 r8e90fd6  
    1010// Author           : Rodolfo G. Esteves
    1111// Created On       : Sat May 16 14:59:41 2015
    12 // Last Modified By : Peter A. Buhr
    13 // Last Modified On : Mon Sep 23 22:50:35 2024
    14 // Update Count     : 432
     12// Last Modified By : Kyoung Seo
     13// Last Modified On : Thd Jan 16 13:05:00 2025
     14// Update Count     : 433
    1515//
    1616
     
    351351        delete targetExpr;
    352352
    353         existing->clauses.insert( existing->clauses.begin(), clause );
     353        existing->clauses.insert( existing->clauses.end(), clause );
    354354
    355355        return existing;
Note: See TracChangeset for help on using the changeset viewer.