This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e890cb2b7c [analyzer] print() JSONify chain: Generic stmt_id new 5f6bdf5029 LLVM IR: update Clang tests for byval being a typed attribute. new e7a001d8f1 [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPiece
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: .../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 4 + .../Core/BugReporter/PathDiagnostic.h | 22 +++- lib/Rewrite/HTMLRewrite.cpp | 49 +++++--- lib/StaticAnalyzer/Core/BugReporter.cpp | 21 +++- lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 124 ++++++++++++++++++--- lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 21 +++- lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 34 ++++++ lib/StaticAnalyzer/Core/SarifDiagnostics.cpp | 11 +- test/Analysis/analyzer-config.c | 3 +- test/CodeGen/aapcs-align.cpp | 4 +- test/CodeGenCXX/builtin-source-location.cpp | 4 +- test/CodeGenCXX/wasm-args-returns.cpp | 4 +- test/CodeGenCXX/x86_64-arguments-nacl-x32.cpp | 2 +- test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl | 16 +-- .../kernels-have-spir-cc-by-default.cl | 6 +- 15 files changed, 261 insertions(+), 64 deletions(-)