Changeset 3d618a0 for src/Concurrency


Ignore:
Timestamp:
Sep 9, 2024, 6:16:09 PM (13 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
aa14aafe
Parents:
d93b813 (diff), f5dbc8d (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/Concurrency/Waitfor.cpp

    rd93b813 r3d618a0  
    230230                        ast::ConstantExpr::from_int( location, 0 ),
    231231                        new ast::SizeofExpr( location,
    232                                 new ast::VariableExpr( location, acceptables ) ),
     232                                new ast::TypeofType(
     233                                        new ast::VariableExpr( location, acceptables ) ) ),
    233234                }
    234235        );
Note: See TracChangeset for help on using the changeset viewer.