summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2013-06-06 22:02:55 +0000
committerAnna Zaks <ganna@apple.com>2013-06-06 22:02:55 +0000
commit496312a364ea0109520b245130be628c38aca0ff (patch)
treeec533159b302b29a884d831bbac3b7217bf8aa2f /clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
parentcf10ea8cb252fd7944edef909a064fa3d1b9965d (diff)
downloadbcm5719-llvm-496312a364ea0109520b245130be628c38aca0ff.tar.gz
bcm5719-llvm-496312a364ea0109520b245130be628c38aca0ff.zip
[analyzer] fixup the comment
llvm-svn: 183450
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngine.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/ExprEngine.cpp2
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 =
OpenPOWER on IntegriCloud