]> granicus.if.org Git - clang/commitdiff
Test commit
authorSean Eveson <eveson.sean@gmail.com>
Fri, 16 Oct 2015 08:54:23 +0000 (08:54 +0000)
committerSean Eveson <eveson.sean@gmail.com>
Fri, 16 Oct 2015 08:54:23 +0000 (08:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250500 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/CallEvent.cpp

index a287569723133e33902653b2fb3c08845f554fc6..f9d4ea2283078261f19bebc41d3b72d126ccd332 100644 (file)
@@ -408,7 +408,7 @@ void CXXInstanceCall::getExtraInvalidatedValues(ValueList &Values,
   SVal ThisVal = getCXXThisVal();
   Values.push_back(ThisVal);
 
-  // Don't invalidate if the method is const and there are no mutable fields
+  // Don't invalidate if the method is const and there are no mutable fields.
   if (const CXXMethodDecl *D = cast_or_null<CXXMethodDecl>(getDecl())) {
     if (!D->isConst())
       return;