r183450 - [analyzer] fixup the comment

Anna Zaks ganna at apple.com
Thu Jun 6 15:02:55 PDT 2013


Author: zaks
Date: Thu Jun  6 17:02:55 2013
New Revision: 183450

URL: http://llvm.org/viewvc/llvm-project?rev=183450&view=rev
Log:
[analyzer] fixup the comment

Modified:
    cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp

Modified: cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp?rev=183450&r1=183449&r2=183450&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp Thu Jun  6 17:02:55 2013
@@ -1730,7 +1730,7 @@ void ExprEngine::VisitMemberExpr(const M
     // 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 =





More information about the cfe-commits mailing list