Merge ValueManager into SValBuilder.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120696 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Checker/BugReporter/BugReporter.h 2 additions, 2 deletionsinclude/clang/Checker/BugReporter/BugReporter.h
- include/clang/Checker/PathSensitive/Checker.h 0 additions, 4 deletionsinclude/clang/Checker/PathSensitive/Checker.h
- include/clang/Checker/PathSensitive/Environment.h 4 additions, 7 deletionsinclude/clang/Checker/PathSensitive/Environment.h
- include/clang/Checker/PathSensitive/GRExprEngine.h 1 addition, 7 deletionsinclude/clang/Checker/PathSensitive/GRExprEngine.h
- include/clang/Checker/PathSensitive/GRState.h 17 additions, 16 deletionsinclude/clang/Checker/PathSensitive/GRState.h
- include/clang/Checker/PathSensitive/MemRegion.h 7 additions, 7 deletionsinclude/clang/Checker/PathSensitive/MemRegion.h
- include/clang/Checker/PathSensitive/SValBuilder.h 181 additions, 5 deletionsinclude/clang/Checker/PathSensitive/SValBuilder.h
- include/clang/Checker/PathSensitive/SVals.h 7 additions, 7 deletionsinclude/clang/Checker/PathSensitive/SVals.h
- include/clang/Checker/PathSensitive/Store.h 7 additions, 8 deletionsinclude/clang/Checker/PathSensitive/Store.h
- include/clang/Checker/PathSensitive/ValueManager.h 0 additions, 216 deletionsinclude/clang/Checker/PathSensitive/ValueManager.h
- lib/Checker/BasicObjCFoundationChecks.cpp 3 additions, 4 deletionslib/Checker/BasicObjCFoundationChecks.cpp
- lib/Checker/BasicStore.cpp 14 additions, 14 deletionslib/Checker/BasicStore.cpp
- lib/Checker/BuiltinFunctionChecker.cpp 4 additions, 6 deletionslib/Checker/BuiltinFunctionChecker.cpp
- lib/Checker/CFRefCount.cpp 11 additions, 11 deletionslib/Checker/CFRefCount.cpp
- lib/Checker/CMakeLists.txt 0 additions, 1 deletionlib/Checker/CMakeLists.txt
- lib/Checker/CStringChecker.cpp 131 additions, 144 deletionslib/Checker/CStringChecker.cpp
- lib/Checker/CallAndMessageChecker.cpp 8 additions, 8 deletionslib/Checker/CallAndMessageChecker.cpp
- lib/Checker/CastSizeChecker.cpp 13 additions, 14 deletionslib/Checker/CastSizeChecker.cpp
- lib/Checker/Environment.cpp 9 additions, 26 deletionslib/Checker/Environment.cpp
- lib/Checker/FlatStore.cpp 2 additions, 2 deletionslib/Checker/FlatStore.cpp
Loading
Please register or sign in to comment