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/FlatStore.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/FlatStore.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Core/FlatStore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/FlatStore.cpp b/clang/lib/StaticAnalyzer/Core/FlatStore.cpp index d8bdc55e74a..c3da72af5a3 100644 --- a/clang/lib/StaticAnalyzer/Core/FlatStore.cpp +++ b/clang/lib/StaticAnalyzer/Core/FlatStore.cpp @@ -57,7 +57,7 @@ public: typedef llvm::DenseSet<SymbolRef> InvalidatedSymbols; - Store InvalidateRegions(Store store, const MemRegion * const *I, + Store invalidateRegions(Store store, const MemRegion * const *I, const MemRegion * const *E, const Expr *Ex, unsigned Count, InvalidatedSymbols *IS, bool invalidateGlobals, InvalidatedRegions *Regions); @@ -157,7 +157,7 @@ Store FlatStoreManager::BindDeclWithNoInit(Store store, const VarRegion *VR) { return store; } -Store FlatStoreManager::InvalidateRegions(Store store, +Store FlatStoreManager::invalidateRegions(Store store, const MemRegion * const *I, const MemRegion * const *E, const Expr *Ex, unsigned Count, |

