This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b517f5fe7e [ODRHash] Support ODR violation detection in functions. new 0d53760ddd Hardware-assisted AddressSanitizer (clang part).
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/Sanitizers.def | 2 + include/clang/Driver/SanitizerArgs.h | 4 +- lib/CodeGen/BackendUtil.cpp | 12 +++++ lib/CodeGen/CGDeclCXX.cpp | 4 ++ lib/CodeGen/CodeGenFunction.cpp | 2 + lib/CodeGen/CodeGenModule.cpp | 2 +- lib/CodeGen/SanitizerMetadata.cpp | 9 ++-- lib/Driver/SanitizerArgs.cpp | 24 ++++++---- lib/Driver/ToolChains/CommonArgs.cpp | 8 ++++ lib/Driver/ToolChains/Linux.cpp | 2 + lib/Lex/PPMacroExpansion.cpp | 5 +- ...an.cpp => address-safety-attr-kasan-hwasan.cpp} | 15 ++++++ .../Inputs/resource_dir/hwasan_blacklist.txt | 0 .../lib/linux/libclang_rt.hwasan-aarch64.a.syms | 0 test/Driver/asan.c | 5 ++ test/Driver/fsanitize-blacklist.c | 7 ++- test/Driver/fsanitize-coverage.c | 1 + test/Driver/fsanitize.c | 19 ++++++++ test/Driver/sanitize_unwind_tables.c | 2 + test/Driver/sanitizer-ld.c | 53 ++++++++++++++++++++++ test/Lexer/has_feature_address_sanitizer.cpp | 13 ++++++ test/SemaCXX/attr-no-sanitize.cpp | 11 +++-- 22 files changed, 179 insertions(+), 21 deletions(-) copy test/CodeGen/{address-safety-attr-kasan.cpp => address-safety-attr-kasan-hwas [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/hwasan_b [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/linu [...]