Go to file
George Karpenkov f2fc5b068e Flag -fsanitize=fuzzer to enable libfuzzer
Previously, adding libfuzzer to a project was a multi-step procedure,
involving libfuzzer compilation, linking the library, and specifying
coverage flags.
With this change,libfuzzer can be enabled by adding a single
-fsanitize=fuzzer flag instead.

llvm-svn: 301212
2017-04-24 18:23:24 +00:00
clang Flag -fsanitize=fuzzer to enable libfuzzer 2017-04-24 18:23:24 +00:00
clang-tools-extra [clang-tidy] Some Cleanups for performance-faster-string-find check. 2017-04-24 16:41:00 +00:00
compiler-rt [tsan] Include __tsan_external_* API from a header file instead of declaring them manually. NFC. 2017-04-24 16:48:30 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Add missing acquire_load to call_once overload. 2017-04-23 16:58:48 +00:00
libcxxabi Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL. 2017-04-20 23:40:35 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld [ELF] Account for R_386_TLS_LDO_32 addend 2017-04-24 18:02:11 +00:00
lldb Update two android XFAILS 2017-04-24 15:23:21 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC 2017-04-24 18:15:00 +00:00
openmp [OpenMP] libomptarget: Set ref count for global objects to positive infinity 2017-04-22 11:45:03 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [isl C++ bindings] Add explicit const casts for *foreach* bindings 2017-04-23 07:54:12 +00:00