Changeset c2b3243 for src/GenPoly


Ignore:
Timestamp:
Oct 18, 2022, 9:13:33 PM (3 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master, stuck-waitfor-destruct
Children:
9511841
Parents:
5408b59 (diff), ce7d197 (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/GenPoly/ScrubTyVars.h

    r5408b59 rc2b3243  
    116116                node_t const * target, const TypeVarMap & typeVars ) {
    117117        return strict_dynamic_cast<node_t const *>(
    118                         scrubTypeVars<ast::Node>( target ) );
     118                        scrubTypeVars<ast::Node>( target, typeVars ) );
    119119}
    120120
Note: See TracChangeset for help on using the changeset viewer.