From: Sean Eveson Date: Fri, 16 Oct 2015 08:54:23 +0000 (+0000) Subject: Test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0aa27ca4105b95551c1db75521a57d18a9c1687;p=clang Test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250500 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Core/CallEvent.cpp b/lib/StaticAnalyzer/Core/CallEvent.cpp index a287569723..f9d4ea2283 100644 --- a/lib/StaticAnalyzer/Core/CallEvent.cpp +++ b/lib/StaticAnalyzer/Core/CallEvent.cpp @@ -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(getDecl())) { if (!D->isConst()) return;