llvm-project/clang/lib
Sterling Augustine 78f46124fb Prevent ClangTools from generating dependency files.
D34304 created a way for ToolInvocations to conditionally generate
dependency files, and updated call sites to preserve the old behavior
of not generating them by default. CompilerInvocations...

Summary:
...are yet another
call-path that needs updating to preserve the old behavior.

Reviewers: klimek, echristo

Reviewed By: echristo

Subscribers: echristo, cfe-commits

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

llvm-svn: 308043
2017-07-14 18:33:30 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [clang] Add getSignedSizeType method 2017-07-14 17:30:14 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis CFG: Add CFGElement for automatic variables that leave the scope 2017-07-12 07:04:19 +00:00
Basic [X86] Add 'movbe' to btver2 CPU. 2017-07-14 06:36:17 +00:00
CodeGen Change dyn_casts with unused variables to isa statements to avoid unused variables. 2017-07-14 01:42:57 +00:00
Driver Unconditionally use .init_array instead of .ctors on Solaris. 2017-07-14 17:49:52 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Keep level of comment before an empty line 2017-07-12 15:21:43 +00:00
Frontend [clang] buildFixItInsertionLine should use Hints of the same FID and LineNo 2017-07-12 16:25:40 +00:00
FrontendTool Add -frewrite-imports flag. 2017-06-09 21:24:02 +00:00
Headers [DOXYGEN] Corrected typos and incorrect parameters description. 2017-07-12 20:18:55 +00:00
Index [index] Added a method indexTopLevelDecls to run indexing on a list of Decls. 2017-07-14 10:47:45 +00:00
Lex Keep the IdentifierInfo in the Token for alternative operator keyword 2017-07-14 09:23:40 +00:00
Parse [index] Objective-C method declarations and message sends with 2017-07-13 10:50:21 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema Change dyn_casts with unused variables to isa statements to avoid unused variables. 2017-07-14 01:42:57 +00:00
Serialization [ODRHash] Revert r307720 to fix buildbot. 2017-07-12 00:38:27 +00:00
StaticAnalyzer [analyzer] Add annotation for functions taking user-facing strings 2017-07-14 10:24:36 +00:00
Tooling Prevent ClangTools from generating dependency files. 2017-07-14 18:33:30 +00:00
CMakeLists.txt