From: Anna Zaks Date: Thu, 6 Jun 2013 22:02:55 +0000 (+0000) Subject: [analyzer] fixup the comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5955c37230046e8c297f5afb9f91b7c8c1e18446;p=clang [analyzer] fixup the comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183450 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 =