diff options
-rw-r--r-- | include/clang/Analysis/PathSensitive/Store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/PathSensitive/Store.h b/include/clang/Analysis/PathSensitive/Store.h index c274435728..c9713c0b36 100644 --- a/include/clang/Analysis/PathSensitive/Store.h +++ b/include/clang/Analysis/PathSensitive/Store.h @@ -162,7 +162,7 @@ public: /// engine is about to execute into a callee. virtual const GRState *EnterStackFrame(const GRState *state, const StackFrameContext *frame) { - assert(0 && "EnterStackFrame() is not supported in this Store Model."); + return state; } virtual void print(Store store, llvm::raw_ostream& Out, |