summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/GRExprEngine.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-11-30 17:58:55 +0000
committerJohn McCall <rjmccall@apple.com>2010-11-30 17:58:55 +0000
commit4f22c9de482d523bbb4c2af85c1d76c10d73c89f (patch)
tree2fd784d911bfbd342b3f7ffb79ca0acd1054a26f /clang/lib/Checker/GRExprEngine.cpp
parented6b6055b4d5205bf94100f06b418467c89caf35 (diff)
downloadbcm5719-llvm-4f22c9de482d523bbb4c2af85c1d76c10d73c89f.tar.gz
bcm5719-llvm-4f22c9de482d523bbb4c2af85c1d76c10d73c89f.zip
L-value to r-value conversion is not ready for prime-time.
llvm-svn: 120433
Diffstat (limited to 'clang/lib/Checker/GRExprEngine.cpp')
-rw-r--r--clang/lib/Checker/GRExprEngine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Checker/GRExprEngine.cpp b/clang/lib/Checker/GRExprEngine.cpp
index fc0913bc2f7..f541a7ece4a 100644
--- a/clang/lib/Checker/GRExprEngine.cpp
+++ b/clang/lib/Checker/GRExprEngine.cpp
@@ -2650,7 +2650,6 @@ void GRExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex,
Dst.Add(*I);
return;
- case CK_LValueToRValue:
case CK_NoOp:
case CK_FunctionToPointerDecay:
for (ExplodedNodeSet::iterator I = S2.begin(), E = S2.end(); I != E; ++I) {
OpenPOWER on IntegriCloud