From 5955c37230046e8c297f5afb9f91b7c8c1e18446 Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Thu, 6 Jun 2013 22:02:55 +0000 Subject: [PATCH] [analyzer] fixup the comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183450 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/StaticAnalyzer/Core/ExprEngine.cpp b/lib/StaticAnalyzer/Core/ExprEngine.cpp index 7a0ba648d9..a07b72e36f 100644 --- a/lib/StaticAnalyzer/Core/ExprEngine.cpp +++ b/lib/StaticAnalyzer/Core/ExprEngine.cpp @@ -1730,7 +1730,7 @@ void ExprEngine::VisitMemberExpr(const MemberExpr *M, ExplodedNode *Pred, // We special case rvalue of array type because the analyzer cannot reason // about it, since we expect all regions to be wrapped in Locs. So we will // treat these as lvalues assuming that they will decay to pointers as soon - // as they are used. Below + // as they are used. if (!M->isGLValue()) { assert(M->getType()->isArrayType()); const ImplicitCastExpr *PE = -- 2.40.0