llvm-project/clang/lib
Kousik Kumar 9e7e36d4c2 Revert "Include sanitize blacklist and other extra deps as part of scan-deps output"
This test is failing on Windows bots, revert for now (will check the right fix and retry the patch).

Summary: This reverts commit 962ca076e5.

Reviewers: Bigcheese, jkorous, arphaman

Subscribers: dexonsmith, cfe-commits

Tags: #clang

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

llvm-svn: 375079
2019-10-17 04:50:12 +00:00
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST [Concepts] ConceptSpecializationExprs mangling 2019-10-17 00:16:01 +00:00
ASTMatchers [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Analysis Teach CallGraph to look into Generic Lambdas. 2019-09-30 19:12:29 +00:00
Basic [OPENMP50]Add support for 'parallel master taskloop' construct. 2019-10-14 17:17:41 +00:00
CodeGen Revert Tag CFI-generated data structures with "#pragma clang section" attributes. 2019-10-17 00:55:38 +00: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 [Driver,ARM] Make -mfloat-abi=soft turn off MVE. 2019-10-16 13:23:39 +00: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] throws an incorrect assertion in consumeToken() formatting the MSVC stl 2019-10-10 17:54:47 +00:00
Frontend Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended. 2019-10-16 19:12:34 +00:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [X86] Always define the tzcnt intrinsics even when _MSC_VER is defined. 2019-10-11 06:07:53 +00:00
Index [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator 2019-09-05 20:33:52 +00:00
Lex [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC. 2019-10-11 18:22:34 +00:00
Parse Added support for "#pragma clang section relro=<name>" 2019-10-15 18:31:10 +00:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema Revert Tag CFI-generated data structures with "#pragma clang section" attributes. 2019-10-17 00:55:38 +00:00
Serialization [OPENMP]Allow priority clause in combined task-based directives. 2019-10-16 18:09:37 +00:00
StaticAnalyzer [Concepts] Concept Specialization Expressions 2019-10-15 15:24:26 +00:00
Tooling Revert "Include sanitize blacklist and other extra deps as part of scan-deps output" 2019-10-17 04:50:12 +00:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00