diff options
| author | Ted Kremenek <kremenek@apple.com> | 2011-01-14 20:34:15 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2011-01-14 20:34:15 +0000 |
| commit | 44e2c5cdd9db7963318ad52f47a12dac8d0b0a87 (patch) | |
| tree | b276bd4626bdd597439fedd34654a5479bf047e7 /clang/lib/StaticAnalyzer/FlatStore.cpp | |
| parent | 7c211625e0d92b6367e9aea14046672978460bea (diff) | |
| download | bcm5719-llvm-44e2c5cdd9db7963318ad52f47a12dac8d0b0a87.tar.gz bcm5719-llvm-44e2c5cdd9db7963318ad52f47a12dac8d0b0a87.zip | |
Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'
llvm-svn: 123460
Diffstat (limited to 'clang/lib/StaticAnalyzer/FlatStore.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/FlatStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/FlatStore.cpp b/clang/lib/StaticAnalyzer/FlatStore.cpp index 1558db74834..e6cb58d819c 100644 --- a/clang/lib/StaticAnalyzer/FlatStore.cpp +++ b/clang/lib/StaticAnalyzer/FlatStore.cpp @@ -45,7 +45,7 @@ public: } SVal ArrayToPointer(Loc Array); - Store RemoveDeadBindings(Store store, const StackFrameContext *LCtx, + Store removeDeadBindings(Store store, const StackFrameContext *LCtx, SymbolReaper& SymReaper, llvm::SmallVectorImpl<const MemRegion*>& RegionRoots){ return store; |

