This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 247e435b64 [analyzer] CastValueChecker: Model casts new c7be2bea9b Revert "[analyzer] CastValueChecker: Model casts"
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/StaticAnalyzer/Checkers/Checkers.td | 17 +- .../Core/PathSensitive/CheckerContext.h | 11 -- lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 - lib/StaticAnalyzer/Checkers/CastValueChecker.cpp | 190 --------------------- test/Analysis/cast-value.cpp | 133 --------------- test/Analysis/return-value-guaranteed.cpp | 2 +- 6 files changed, 5 insertions(+), 349 deletions(-) delete mode 100644 lib/StaticAnalyzer/Checkers/CastValueChecker.cpp delete mode 100644 test/Analysis/cast-value.cpp