This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fb5b5046b3 [OPENMP] Replace push_back by emplace_back, NFC. new 87460c837c hwasan: add -fsanitize=kernel-hwaddress flag
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 | 4 ++++ lib/CodeGen/BackendUtil.cpp | 22 ++++++++++++++++----- lib/CodeGen/CGDeclCXX.cpp | 4 ++++ lib/CodeGen/CodeGenFunction.cpp | 6 +++++- lib/CodeGen/CodeGenModule.cpp | 3 ++- lib/CodeGen/SanitizerMetadata.cpp | 9 ++++++--- lib/Driver/SanitizerArgs.cpp | 28 +++++++++++++++++++++------ lib/Driver/ToolChains/Linux.cpp | 4 +++- lib/Lex/PPMacroExpansion.cpp | 3 ++- test/CodeGen/address-safety-attr-flavors.cpp | 20 +++++++++++++++++++ test/Driver/asan.c | 7 ++++++- test/Driver/fsanitize-coverage.c | 1 + test/Driver/fsanitize.c | 29 +++++++++++++++++++++++++--- test/Lexer/has_feature_address_sanitizer.cpp | 1 + 14 files changed, 119 insertions(+), 22 deletions(-)