This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 463b4729ac [Docs] Correct the path to the clang-format-diff.py script t [...] new 3efd04e480 Flag -fsanitize=fuzzer to enable libfuzzer
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 | 3 +++ include/clang/Driver/SanitizerArgs.h | 1 + lib/Driver/SanitizerArgs.cpp | 4 ++++ lib/Driver/ToolChains/CommonArgs.cpp | 16 ++++++++++++++++ lib/Driver/ToolChains/Darwin.cpp | 15 +++++++++++++++ lib/Driver/ToolChains/Darwin.h | 2 ++ lib/Driver/ToolChains/Linux.cpp | 1 + test/Driver/fuzzer.c | 22 ++++++++++++++++++++++ 8 files changed, 64 insertions(+) create mode 100644 test/Driver/fuzzer.c