This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5c81e3f [analyzer] Correctly add assumptions based on array bounds. new c55a9a6 Reapply "[analyzer] Added valist related checkers."
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 | 24 ++ lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 + lib/StaticAnalyzer/Checkers/ValistChecker.cpp | 373 +++++++++++++++++++++ .../Inputs/system-header-simulator-for-valist.h | 30 ++ test/Analysis/valist-uninitialized.c | 178 ++++++++++ test/Analysis/valist-unterminated.c | 133 ++++++++ 6 files changed, 739 insertions(+) create mode 100644 lib/StaticAnalyzer/Checkers/ValistChecker.cpp create mode 100644 test/Analysis/Inputs/system-header-simulator-for-valist.h create mode 100644 test/Analysis/valist-uninitialized.c create mode 100644 test/Analysis/valist-unterminated.c