Test commit

llvm-svn: 250500
This commit is contained in:
Sean Eveson 2015-10-16 08:54:23 +00:00
parent a0f08674eb
commit 3f072ef82c
1 changed files with 1 additions and 1 deletions

View 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;