This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e7e6841bf8 [AST] Forbid copy/move of statements/types new 289230c994 [asan] Add gcc 8's driver option -fsanitize=pointer-compare [...]
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 | 6 ++++++ include/clang/Driver/SanitizerArgs.h | 2 ++ lib/Driver/SanitizerArgs.cpp | 29 +++++++++++++++++++++++++++++ lib/Driver/ToolChains/CrossWindows.cpp | 2 ++ lib/Driver/ToolChains/Darwin.cpp | 2 ++ lib/Driver/ToolChains/FreeBSD.cpp | 2 ++ lib/Driver/ToolChains/Fuchsia.cpp | 2 ++ lib/Driver/ToolChains/Linux.cpp | 2 ++ lib/Driver/ToolChains/MSVC.cpp | 2 ++ lib/Driver/ToolChains/MinGW.cpp | 2 ++ lib/Driver/ToolChains/NetBSD.cpp | 2 ++ lib/Driver/ToolChains/PS4CPU.cpp | 2 ++ lib/Driver/ToolChains/Solaris.cpp | 2 ++ test/Driver/fsanitize.c | 11 +++++++++++ 14 files changed, 68 insertions(+)