This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e76c898 [clang-format] Followup of D30646 - unbreak the build new d4fef03 [analyzer] Improve valist checks and move it out from alpha state.
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 | 5 +- lib/StaticAnalyzer/Checkers/ValistChecker.cpp | 89 +++++++++++++++------ test/Analysis/valist-uninitialized-no-undef.c | 40 ++++++++++ test/Analysis/valist-uninitialized.c | 96 +++++++++++------------ test/Analysis/valist-unterminated.c | 72 +++++++++++------ 5 files changed, 202 insertions(+), 100 deletions(-) create mode 100644 test/Analysis/valist-uninitialized-no-undef.c