hanchenye-llvm-project/clang/lib
George Karpenkov 33613f63f6 Add -fsanitize=fuzzer-no-link flag to the driver.
The flag will perform instrumentation necessary to the fuzzing,
but will NOT link libLLVMFuzzer.a library.
Necessary when modifying CFLAGS for projects which may produce
executables as well as a fuzzable target.

Differential Revision: https://reviews.llvm.org/D36600

llvm-svn: 310733
2017-08-11 17:22:58 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST PR33489: A function-style cast to a deduced class template specialization type is type-dependent if it can't be resolved due to a type-dependent argument. 2017-08-11 02:04:19 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis Reland "Thread Safety Analysis: fix assert_capability." 2017-08-08 19:44:34 +00:00
Basic Revert r310057 2017-08-11 11:03:54 +00:00
CodeGen Revert r302670 for the upcoming 5.0.0 release 2017-08-11 11:39:07 +00:00
Driver Add -fsanitize=fuzzer-no-link flag to the driver. 2017-08-11 17:22:58 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] let PointerAlignment dictate spacing of function ref qualifiers 2017-08-10 01:30:22 +00:00
Frontend Implement latest feature test macro recommendations, P0096R4. 2017-08-11 03:39:40 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [OpenCL] Remove extra select functions from opencl-c.h 2017-08-05 02:23:47 +00:00
Index [index] Set SymbolSubKind::Accessor[GS]etter on class methods 2017-07-21 23:04:27 +00:00
Lex [Modules] Prevent #import to reenter header if not building a module. 2017-08-10 15:16:24 +00:00
Parse Place implictly declared functions at block scope 2017-08-10 15:43:06 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [modules] Set the lexical DC for dummy tag decls that refer to hidden 2017-08-11 12:06:52 +00:00
Serialization Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy constructors when deciding whether classes should be passed indirectly." 2017-08-09 12:22:25 +00:00
StaticAnalyzer [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Tooling [rename] NFC, extract symbol canonicalization logic into function 2017-08-02 14:15:27 +00:00
CMakeLists.txt