- Timestamp:
 - Dec 20, 2018, 11:17:21 AM (7 years ago)
 - 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
 - File:
 - 
      
- 1 edited
 
- 
          
  src/ResolvExpr/AlternativeFinder.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/ResolvExpr/AlternativeFinder.cc
r8deaf2b r73ac10e 1230 1230 1231 1231 // function may return struct or union value, in which case we need to add alternatives 1232 // for implicit conversions to each of the anonymous members, must happen after findMinCost1232 // for implicit conversions to each of the anonymous members, must happen after findMinCost 1233 1233 // since anon conversions are never the cheapest expression 1234 1234 for ( const Alternative & alt : winners ) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.