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/Store.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/Store.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/Store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Core/Store.cpp b/lib/StaticAnalyzer/Core/Store.cpp index 3f5863e5c4..28f890b39c 100644 --- a/lib/StaticAnalyzer/Core/Store.cpp +++ b/lib/StaticAnalyzer/Core/Store.cpp @@ -51,7 +51,7 @@ const ElementRegion *StoreManager::GetElementZeroRegion(const MemRegion *R, return MRMgr.getElementRegion(T, idx, R, Ctx); } -const MemRegion *StoreManager::CastRegion(const MemRegion *R, QualType CastToTy) { +const MemRegion *StoreManager::castRegion(const MemRegion *R, QualType CastToTy) { ASTContext& Ctx = StateMgr.getContext(); |