This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a695513ed7 [OPENMP]Fix codegen for declare target link in target regions. new b14ae1ec4a Remove esan.
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 | 2 - include/clang/Basic/Sanitizers.def | 7 ---- include/clang/Driver/SanitizerArgs.h | 3 -- lib/CodeGen/BackendUtil.cpp | 20 --------- lib/Driver/SanitizerArgs.cpp | 19 ++------- lib/Driver/ToolChains/CommonArgs.cpp | 2 - lib/Driver/ToolChains/Darwin.cpp | 2 - lib/Driver/ToolChains/Linux.cpp | 2 - lib/Driver/ToolChains/NetBSD.cpp | 1 - test/Driver/esan.c | 16 ------- test/Driver/fsanitize.c | 56 ------------------------- test/Driver/sanitize_unwind_tables.c | 2 - test/Driver/sanitizer-ld.c | 10 ----- test/Lexer/has_feature_efficiency_sanitizer.cpp | 12 ------ 14 files changed, 4 insertions(+), 150 deletions(-) delete mode 100644 test/Driver/esan.c delete mode 100644 test/Lexer/has_feature_efficiency_sanitizer.cpp