This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 26c91b65f9 cmake: Add CLANG_LINK_CLANG_DYLIB option new f1a3091b23 [analyzer] ReturnValueChecker: Model the guaranteed boolean [...]
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 | 4 + .../Core/PathSensitive/CheckerContext.h | 22 ++- lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 + lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp | 170 +++++++++++++++++++++ lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 3 + test/Analysis/return-value-guaranteed.cpp | 91 +++++++++++ 6 files changed, 285 insertions(+), 6 deletions(-) create mode 100644 lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp create mode 100644 test/Analysis/return-value-guaranteed.cpp