This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d939eff44c [NFC] Use RAII to un-poison and then re-poison __VA_ARGS__ [...] new 6705082a00 [analyzer] Further improve suppress-on-sink behavior in inco [...] new 7c823a91d8 [analyzer] Treat throws as sinks for suppress-on-sink purposes. new 7bc4653919 Fix incorrect use of current directory to find moved paths i [...]
The 3 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/Serialization/ASTReader.h | 3 -- lib/Serialization/ASTReader.cpp | 17 ++----- lib/StaticAnalyzer/Core/BugReporter.cpp | 65 ++++++++++++++++++++++++-- test/Analysis/max-nodes-suppress-on-sink.c | 52 +++++++++++++++++++++ test/Analysis/max-nodes-suppress-on-sink.cpp | 34 ++++++++++++++ test/Modules/path-resolution.modulemap | 70 ++++++++++++++++++++++++++++ 6 files changed, 222 insertions(+), 19 deletions(-) create mode 100644 test/Analysis/max-nodes-suppress-on-sink.cpp create mode 100644 test/Modules/path-resolution.modulemap