Changeset ecd4923 for src/ResolvExpr/ConversionCost.cc
- Timestamp:
- Dec 18, 2017, 2:55:52 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:
- 103b264
- Parents:
- 46dfe66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ConversionCost.cc
r46dfe66 recd4923 257 257 }; 258 258 259 void ConversionCost::visit( __attribute((unused)) VoidType *voidType) {259 void ConversionCost::visit( VoidType * ) { 260 260 cost = Cost::infinity; 261 261 }
Note: See TracChangeset
for help on using the changeset viewer.