Changeset c43c171 for src/ResolvExpr/AlternativeFinder.cc
- Timestamp:
- Oct 5, 2017, 3:55:26 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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, resolv-new, with_gc
- Children:
- b5a8ef7
- Parents:
- a585396
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.cc
ra585396 rc43c171 887 887 // take care of possible tuple assignments 888 888 // if not tuple assignment, assignment is taken care of as a normal function call 889 /*FIX Tuples::handleTupleAssignment( *this, untypedExpr, possibilities );890 */ 889 Tuples::handleTupleAssignment( *this, untypedExpr, argAlternatives ); 890 891 891 // find function operators 892 892 AlternativeFinder funcOpFinder( indexer, env );
Note: See TracChangeset
for help on using the changeset viewer.