diff options
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngine.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp index 7a0ba648d93..a07b72e36f2 100644 --- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp +++ b/clang/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 = | 

