llvm-project/clang/lib
Reid Kleckner e6ef4f98d2 The MinGW linker supports response files
This affects both LLD and ld.bfd.

This isn't testable with a normal driver test with -### because those
command lines are printed before response file setup. I tested manually
and confirmed it seems to do the right thing.

llvm-svn: 367733
2019-08-02 22:55:00 +00:00
..
ARCMigrate [clang] Adopt new FileManager error-returning APIs 2019-08-01 21:31:56 +00:00
AST [clang] Adopt new FileManager error-returning APIs 2019-08-01 21:31:56 +00:00
ASTMatchers [clang] Add isDirectlyDerivedFrom AST matcher. 2019-07-25 11:54:13 +00:00
Analysis Revert r367649: Improve raw_ostream so that you can "write" colors using operator<< 2019-08-02 07:22:34 +00:00
Basic [clang] Adopt new FileManager error-returning APIs 2019-08-01 21:31:56 +00:00
CodeGen [BPF] annotate DIType metadata for builtin preseve_array_access_index() 2019-08-02 21:28:28 +00:00
CrossTU [CrossTU] Add a function to retrieve original source location. 2019-07-24 10:16:37 +00:00
DirectoryWatcher [DirectoryWatcher] Relax assumption to prevent test flakiness 2019-08-01 23:24:30 +00:00
Driver The MinGW linker supports response files 2019-08-02 22:55:00 +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] Fix a bug that doesn't break braces before unions for Allman 2019-08-02 04:30:42 +00:00
Frontend Revert r367649: Improve raw_ostream so that you can "write" colors using operator<< 2019-08-02 07:22:34 +00:00
FrontendTool [clang-ifs] Clang Interface Stubs, first version (second landing attempt). 2019-06-20 16:59:48 +00:00
Headers [AArch64] Add support for Transactional Memory Extension (TME) 2019-07-31 12:52:17 +00:00
Index [clang][NFCI] Fix random typos 2019-07-23 16:54:11 +00:00
Lex [clang] Adopt new FileManager error-returning APIs 2019-08-01 21:31:56 +00:00
Parse Remove a dead diagnostic, NFC 2019-08-02 19:25:58 +00:00
Rewrite [Rewrite] Extend to further accept CharSourceRange 2019-07-06 02:55:06 +00:00
Sema [OpenCL] Allow OpenCL C style vector initialization in C++ 2019-08-02 11:19:35 +00:00
Serialization [clang] Adopt new FileManager error-returning APIs 2019-08-01 21:31:56 +00:00
StaticAnalyzer [analyzer] StackFrameContext: Add NodeBuilderContext::blockCount() to its profile 2019-08-01 20:41:13 +00:00
Tooling [clang] Adopt new FileManager error-returning APIs 2019-08-01 21:31:56 +00:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00