diff options
Diffstat (limited to 'lib/StaticAnalyzer/RegionStore.cpp')
-rw-r--r-- | lib/StaticAnalyzer/RegionStore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/StaticAnalyzer/RegionStore.cpp b/lib/StaticAnalyzer/RegionStore.cpp index 0dbf97caf9..7760ec006a 100644 --- a/lib/StaticAnalyzer/RegionStore.cpp +++ b/lib/StaticAnalyzer/RegionStore.cpp @@ -362,7 +362,7 @@ public: // Part of public interface to class. SymbolReaper& SymReaper, llvm::SmallVectorImpl<const MemRegion*>& RegionRoots); - Store EnterStackFrame(const GRState *state, const StackFrameContext *frame); + Store enterStackFrame(const GRState *state, const StackFrameContext *frame); //===------------------------------------------------------------------===// // Region "extents". @@ -1865,7 +1865,7 @@ Store RegionStoreManager::RemoveDeadBindings(Store store, } -Store RegionStoreManager::EnterStackFrame(const GRState *state, +Store RegionStoreManager::enterStackFrame(const GRState *state, const StackFrameContext *frame) { FunctionDecl const *FD = cast<FunctionDecl>(frame->getDecl()); FunctionDecl::param_const_iterator PI = FD->param_begin(), |