diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-02-11 19:48:15 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-02-11 19:48:15 +0000 |
commit | 2534528c22260211a073e192c38d0db84c70c327 (patch) | |
tree | 1241c5af7365405332daef534bc54089201df272 /lib/StaticAnalyzer/Core/CFRefCount.cpp | |
parent | 0a480293f726508ad9aed0be39e8c9779e84f2f2 (diff) |
Rename 'InvalidateRegions()' to 'invalidateRegions()'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/CFRefCount.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Core/CFRefCount.cpp b/lib/StaticAnalyzer/Core/CFRefCount.cpp index fb43b345ae..09e69239d6 100644 --- a/lib/StaticAnalyzer/Core/CFRefCount.cpp +++ b/lib/StaticAnalyzer/Core/CFRefCount.cpp @@ -2601,7 +2601,7 @@ void CFRefCount::evalSummary(ExplodedNodeSet& Dst, // NOTE: Even if RegionsToInvalidate is empty, we must still invalidate // global variables. - state = state->InvalidateRegions(RegionsToInvalidate.data(), + state = state->invalidateRegions(RegionsToInvalidate.data(), RegionsToInvalidate.data() + RegionsToInvalidate.size(), Ex, Count, &IS, |