Changeset b37dba0
- Timestamp:
- Aug 14, 2017, 5:24:08 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- db67b11
- Parents:
- 5a824c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.cc
r5a824c2 rb37dba0 992 992 // return the lowest cost alternative for the argument 993 993 Alternative &choice = winners.front(); 994 referenceToRvalueConversion( choice.expr ); 994 995 alternatives.push_back( Alternative( new SizeofExpr( choice.expr->clone() ), choice.env, Cost::zero ) ); 995 996 } // if … … 1012 1013 // return the lowest cost alternative for the argument 1013 1014 Alternative &choice = winners.front(); 1015 referenceToRvalueConversion( choice.expr ); 1014 1016 alternatives.push_back( Alternative( new AlignofExpr( choice.expr->clone() ), choice.env, Cost::zero ) ); 1015 1017 } // if
Note: See TracChangeset
for help on using the changeset viewer.