Changeset 1389810 for src/ResolvExpr/AlternativeFinder.cc
- Timestamp:
- Nov 26, 2020, 6:52:03 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 88a0ff6
- Parents:
- 4702a2c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.cc
r4702a2c r1389810 251 251 SemanticError( expr, "No reasonable alternatives for expression " ); 252 252 } 253 if ( mode. satisfyAssns || mode.prune ) {253 if ( mode.prune ) { 254 254 // trim candidates just to those where the assertions resolve 255 255 // - necessary pre-requisite to pruning
Note: See TracChangeset
for help on using the changeset viewer.