hanchenye-llvm-project/clang/lib
Jan Korous 03b84e4f6d [clang] Report sanitizer blacklist as a dependency in cc1
Previously these were reported from the driver which blocked clang-scan-deps from getting the full set of dependencies from cc1 commands.

Also the default sanitizer blacklist that is added in driver was never reported as a dependency. I introduced -fsanitize-system-blacklist cc1 option to keep track of which blacklists were user-specified and which were added by driver and clang -MD now also reports system blacklists as dependencies.

Differential Revision: https://reviews.llvm.org/D69290
2019-11-07 14:06:43 -08:00
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST [AST][NFC] Fixes a comment typo 2019-11-04 22:32:56 +01:00
ASTMatchers [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Analysis Thread safety analysis: Peel away NoOp implicit casts in initializers 2019-10-30 00:37:32 +01:00
Basic [mips] Set macros for Octeon+ CPU 2019-11-07 13:58:51 +03:00
CodeGen [CodeGenModule] Group blocks runtime globals together, NFC 2019-11-07 12:46:26 -08:00
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver [clang] Report sanitizer blacklist as a dependency in cc1 2019-11-07 14:06:43 -08:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format] Make '.clang-format' variants finding a loop (NFC) 2019-11-07 10:00:04 +01:00
Frontend [clang] Report sanitizer blacklist as a dependency in cc1 2019-11-07 14:06:43 -08:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [Headers] Fix compatibility between arm_acle.h and intrin.h 2019-10-29 14:52:56 -07:00
Index [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator 2019-09-05 20:33:52 +00:00
Lex [ms] Fix Microsoft compatibility handling of commas in nested macro expansions. 2019-11-04 12:49:19 -05:00
Parse [OPENMP50]Simplify processing of context selector scores. 2019-11-05 15:59:22 -05:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [Diagnostics] Teach -Wnull-dereference about address_space attribute 2019-11-07 22:43:27 +01:00
Serialization [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
StaticAnalyzer [clang][analyzer] Using CallDescription in StreamChecker. 2019-10-31 12:38:50 +01:00
Tooling [clang-rename] Respect the traversal scope when traversing the entire AST. 2019-11-07 10:43:54 +01:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00