[cfe-commits] r99964 - /cfe/trunk/lib/Sema/SemaExpr.cpp
John McCall
rjmccall at apple.com
Tue Mar 30 16:58:36 PDT 2010
Author: rjmccall
Date: Tue Mar 30 18:58:36 2010
New Revision: 99964
URL: http://llvm.org/viewvc/llvm-project?rev=99964&view=rev
Log:
Remove silly temporary comment.
Modified:
cfe/trunk/lib/Sema/SemaExpr.cpp
Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=99964&r1=99963&r2=99964&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Tue Mar 30 18:58:36 2010
@@ -1515,8 +1515,6 @@
IgnoreAccess))
return true;
- // FIXME: isLvalue should be !PointerConversions here, but codegen
- // does very silly things.
ImpCastExprToType(From, DestType, CastExpr::CK_UncheckedDerivedToBase,
/*isLvalue=*/ !PointerConversions);
return false;
More information about the cfe-commits
mailing list