This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c76d0d6d37 [FunctionAttrs] Annotate "willreturn" for intrinsics new 5304a2a576 [analyzer] Add yaml parser to GenericTaintChecker
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 | 7 + .../Checkers/GenericTaintChecker.cpp | 178 ++++++++++++++++++--- lib/StaticAnalyzer/Checkers/Yaml.h | 59 +++++++ .../Inputs/taint-generic-config-ill-formed.yaml | 4 + .../Inputs/taint-generic-config-invalid-arg.yaml | 3 + test/Analysis/Inputs/taint-generic-config.yaml | 50 ++++++ test/Analysis/analyzer-config.c | 3 +- test/Analysis/taint-generic.c | 48 +++++- 8 files changed, 327 insertions(+), 25 deletions(-) create mode 100755 lib/StaticAnalyzer/Checkers/Yaml.h create mode 100755 test/Analysis/Inputs/taint-generic-config-ill-formed.yaml create mode 100755 test/Analysis/Inputs/taint-generic-config-invalid-arg.yaml create mode 100755 test/Analysis/Inputs/taint-generic-config.yaml