summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/FlatStore.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-01-14 20:34:15 +0000
committerTed Kremenek <kremenek@apple.com>2011-01-14 20:34:15 +0000
commit44e2c5cdd9db7963318ad52f47a12dac8d0b0a87 (patch)
treeb276bd4626bdd597439fedd34654a5479bf047e7 /clang/lib/StaticAnalyzer/FlatStore.cpp
parent7c211625e0d92b6367e9aea14046672978460bea (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud