rjmccall added inline comments.
================
Comment at: lib/Sema/SemaOverload.cpp:9191
@@ -9189,1 +9190,3 @@
+ ToTy->isLValueReferenceType() &&
+ !FromExpr->isLValue() &&
ToTy.getNonReferenceType().getCanonicalType() ==
----------------
Interleaving these conditions looks strange. Please group the FromExpr-related
checks next to each other.
Otherwise LGTM.
http://reviews.llvm.org/D19278
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits