Changeset 73ac10e for src


Ignore:
Timestamp:
Dec 20, 2018, 11:17:21 AM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
aeb8f70, ff5caaf
Parents:
8deaf2b
Message:

Fixed error in searchsort test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    r8deaf2b r73ac10e  
    12301230
    12311231                // function may return struct or union value, in which case we need to add alternatives
    1232                 // for implicitconversions to each of the anonymous members, must happen after findMinCost
     1232                // for implicit conversions to each of the anonymous members, must happen after findMinCost
    12331233                // since anon conversions are never the cheapest expression
    12341234                for ( const Alternative & alt : winners ) {
Note: See TracChangeset for help on using the changeset viewer.