Changeset 453b586 for src/GenPoly
- Timestamp:
- Mar 19, 2018, 2:07:42 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, with_gc
- Children:
- a4d188f
- Parents:
- 2348881
- git-author:
- Rob Schluntz <rschlunt@…> (03/19/18 11:44:39)
- git-committer:
- Rob Schluntz <rschlunt@…> (03/19/18 14:07:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Lvalue.cc
r2348881 r453b586 296 296 // int && __ref_tmp_2 = &__ref_tmp_1; 297 297 // &__ref_tmp_2; 298 // the last & comes from the remaining reference conversion code 298 299 SemanticWarning( castExpr->arg->location, Warning::RvalueToReferenceConversion, toCString( castExpr->arg ) ); 299 300
Note: See TracChangeset
for help on using the changeset viewer.