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 | eddeba0daed6760f0e817bc96e0b848c21de677e (patch) | |
tree | 426f0b401d24426954c036d8fbfc13589a98d786 /clang/lib/StaticAnalyzer/Core/CFRefCount.cpp | |
parent | 46c50012ca8599e8c7b63bf39f9ef8254b146f47 (diff) | |
download | bcm5719-llvm-eddeba0daed6760f0e817bc96e0b848c21de677e.tar.gz bcm5719-llvm-eddeba0daed6760f0e817bc96e0b848c21de677e.zip |
Rename 'InvalidateRegions()' to 'invalidateRegions()'.
llvm-svn: 125395
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/CFRefCount.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp b/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp index fb43b345ae9..09e69239d64 100644 --- a/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp +++ b/clang/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, |