summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2009-11-12 02:10:34 +0000
committerJohn McCall <rjmccall@apple.com>2009-11-12 02:10:34 +0000
commit495922cb6ae1008aa62b769ffa5c9f560a8c2ffc (patch)
tree099ed76e509d378f4159d4f666668be2ac8a2972
parent9f3e73b0f6843b41609f511ec00417c56657601b (diff)
downloadbcm5719-llvm-495922cb6ae1008aa62b769ffa5c9f560a8c2ffc.tar.gz
bcm5719-llvm-495922cb6ae1008aa62b769ffa5c9f560a8c2ffc.zip
Note to self: don't leave debugging statements in the code for four hours.
llvm-svn: 86931
-rw-r--r--clang/lib/Sema/SemaExpr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp
index 9d6af7a1b89..1288f566757 100644
--- a/clang/lib/Sema/SemaExpr.cpp
+++ b/clang/lib/Sema/SemaExpr.cpp
@@ -6522,8 +6522,6 @@ void Sema::DiagnoseAssignmentAsCondition(Expr *E) {
= dyn_cast<ObjCMessageExpr>(Op->getRHS()->IgnoreParenCasts())) {
Selector Sel = ME->getSelector();
- llvm::errs() << "selector is '" << Sel.getIdentifierInfoForSlot(0)->getName() << "'\n";
-
// self = [<foo> init...]
if (isSelfExpr(Op->getLHS())
&& Sel.getIdentifierInfoForSlot(0)->getName().startswith("init"))
OpenPOWER on IntegriCloud