This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 619111f5cc [COFF, ARM64] Change setjmp for AArch64 Windows to use Intri [...] new 66e7c70fc5 [analyzer] pr39348: MallocChecker: Realize that sized delete [...] new c6a35f056e Fix regression in behavior of clang -x c++-header -fmodule-n [...]
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: lib/Driver/ToolChains/Clang.cpp | 4 +-- lib/Frontend/CompilerInstance.cpp | 3 ++ lib/Lex/ModuleMap.cpp | 2 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 38 +++++-------------------- test/Analysis/NewDelete-custom.cpp | 31 +++++--------------- test/Analysis/NewDelete-sized-deallocation.cpp | 39 ++++++++++++++++++++++++++ test/Driver/header-module.cpp | 11 ++++++++ test/Modules/strict-decluse-headers.cpp | 17 +++++++++++ 8 files changed, 86 insertions(+), 59 deletions(-) create mode 100644 test/Analysis/NewDelete-sized-deallocation.cpp create mode 100644 test/Modules/strict-decluse-headers.cpp