Ignore:
Timestamp:
Nov 26, 2020, 6:52:03 PM (2 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
88a0ff6
Parents:
4702a2c
Message:

consolidate prune and satisfy assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CandidateFinder.hpp

    r4702a2c r1389810  
    4040        /// Fill candidates with feasible resolutions for `expr`
    4141        void find( const ast::Expr * expr, ResolvMode mode = {} );
     42        bool pruneCandidates( CandidateList & candidates, CandidateList & out, std::vector<std::string> & errors );
    4243
    4344        /// Runs new candidate finder on each element in xs, returning the list of finders
Note: See TracChangeset for help on using the changeset viewer.