This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1779645 [analyzer] Small cleanups when checkers retrieving statements [...] new c5fbe5e [analyzer] Added valist related checkers. new 79d27cd test commit
The 2 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/Basic/Targets.cpp | 2 +- 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 ++++++++ 7 files changed, 740 insertions(+), 1 deletion(-) 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