llvm-capstone/clang/lib
Hans Wennborg d129aa1d53 Add an -fno-temp-file flag for compilation
Our build system does not handle randomly named files created during
the build well. We'd prefer to write compilation output directly
without creating a temporary file. Function parameters already
existed to control this behavior but were not exposed all the way out
to the command line.

Patch by Zachary Henkel!

Differential revision: https://reviews.llvm.org/D70615
2019-12-18 15:07:43 +01:00
..
Analysis [CFG] Add an option to expand CXXDefaultInitExpr into aggregate initialization 2019-12-17 17:56:06 -08:00
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST recommit: [ASTImporter] Friend class decl should not be visible in its context 2019-12-18 11:43:46 +01:00
ASTMatchers Make it possible control matcher traversal kind with ASTContext 2019-12-06 23:11:32 +00:00
Basic [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05:00
CodeGen [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05: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 Add an -fno-temp-file flag for compilation 2019-12-18 15:07:43 +01:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format Fix warning on extra ';'. NFC. 2019-12-03 16:02:55 -05:00
Frontend Add an -fno-temp-file flag for compilation 2019-12-18 15:07:43 +01:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [ARM][CMSE] Add CMSE header and builtins 2019-12-12 15:01:14 +00:00
Index [NFC] Fix typos in Clangd and Clang 2019-12-16 10:54:40 +01:00
Lex [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missing __has_include dependencies 2019-12-02 18:47:22 -08:00
Parse [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [OpenCL] Add builtin function extension handling 2019-12-18 10:13:51 +00:00
Serialization [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05:00
StaticAnalyzer [CFG] Add an option to expand CXXDefaultInitExpr into aggregate initialization 2019-12-17 17:56:06 -08:00
Tooling [Syntax] Use a hash table to search for tokens by their location 2019-12-18 12:24:00 +01:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00