This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e4345d2540 Update __VERSION__ to remove the hardcoded 4.2.1 version new 647bdd3207 ARM MTE stack sanitizer.
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/Basic/Features.def | 1 + include/clang/Basic/Sanitizers.def | 3 +++ lib/CodeGen/CGDeclCXX.cpp | 4 ++++ lib/CodeGen/CodeGenFunction.cpp | 2 ++ lib/CodeGen/CodeGenModule.cpp | 6 ++++-- lib/CodeGen/SanitizerMetadata.cpp | 21 +++++++++------------ lib/Driver/SanitizerArgs.cpp | 10 ++++++++-- lib/Driver/ToolChains/Linux.cpp | 2 ++ test/CodeGen/memtag-attr.cpp | 19 +++++++++++++++++++ test/Driver/fsanitize.c | 10 ++++++++++ test/Lexer/has_feature_memtag_sanitizer.cpp | 11 +++++++++++ test/SemaCXX/attr-no-sanitize.cpp | 5 +++++ 12 files changed, 78 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/memtag-attr.cpp create mode 100644 test/Lexer/has_feature_memtag_sanitizer.cpp