diff options
author | John McCall <rjmccall@apple.com> | 2010-11-30 17:58:55 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-11-30 17:58:55 +0000 |
commit | 20fbe7c4772d537c1f779b1ff89cbb57d1d9afff (patch) | |
tree | 3397a078405505083393d33587047acb8ed3f0ac /lib/Checker/GRExprEngine.cpp | |
parent | 67aba816901503d9cf7ba699525fa62cc7f8e5e4 (diff) |
L-value to r-value conversion is not ready for prime-time.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/GRExprEngine.cpp')
-rw-r--r-- | lib/Checker/GRExprEngine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Checker/GRExprEngine.cpp b/lib/Checker/GRExprEngine.cpp index fc0913bc2f..f541a7ece4 100644 --- a/lib/Checker/GRExprEngine.cpp +++ b/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) { |