[cfe-commits] r61112 - /cfe/trunk/lib/Sema/SemaExpr.cpp
Nuno Lopes
nunoplopes at sapo.pt
Tue Dec 16 14:59:50 PST 2008
Author: nlopes
Date: Tue Dec 16 16:59:47 2008
New Revision: 61112
URL: http://llvm.org/viewvc/llvm-project?rev=61112&view=rev
Log:
remove debug stmt, sorry..
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=61112&r1=61111&r2=61112&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Tue Dec 16 16:59:47 2008
@@ -2889,7 +2889,7 @@
}
NamedDecl *dcl = getPrimaryDecl(op);
Expr::isLvalueResult lval = op->isLvalue(Context);
- printf("oleee\n");
+
if (lval != Expr::LV_Valid) { // C99 6.5.3.2p1
if (!dcl || !isa<FunctionDecl>(dcl)) {// allow function designators
// FIXME: emit more specific diag...
More information about the cfe-commits
mailing list