Changeset a8706fc


Ignore:
Timestamp:
May 22, 2018, 4:13:14 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
2c88368
Parents:
753bf60
Message:

Extract open variables from cast expression arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    r753bf60 ra8706fc  
    12921292                        AssertionSet needAssertions, haveAssertions;
    12931293                        OpenVarSet openVars;
     1294
     1295                        alt.env.extractOpenVars( openVars );
    12941296
    12951297                        // It's possible that a cast can throw away some values in a multiply-valued expression.  (An example is a
Note: See TracChangeset for help on using the changeset viewer.