]> granicus.if.org Git - clang/commitdiff
[analyzer] fixup the comment
authorAnna Zaks <ganna@apple.com>
Thu, 6 Jun 2013 22:02:55 +0000 (22:02 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 6 Jun 2013 22:02:55 +0000 (22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183450 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/ExprEngine.cpp

index 7a0ba648d93028ee451d0945780520d12a6d9a74..a07b72e36f24ff4f68aa74bcc7f1a947bf364014 100644 (file)
@@ -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 =