[analyzer] Fix PR11282 - an assert in markAsSink
This is another fallout from the refactoring. We were calling MarkAsSink on a cached out node. (Fixes radar://10376675) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143516 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h 1 addition, 1 deletioninclude/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
- include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h 1 addition, 0 deletions...e/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
- lib/StaticAnalyzer/Core/CoreEngine.cpp 6 additions, 3 deletionslib/StaticAnalyzer/Core/CoreEngine.cpp
- test/Analysis/misc-ps.c 14 additions, 0 deletionstest/Analysis/misc-ps.c
Loading
Please register or sign in to comment