llvm-project/clang/lib
Petr Hosek a921d2d2fb [Driver] Add -print-multiarch
This is useful in runtimes build for example which currently try to
guess the correct triple where to place libraries in the multiarch
layout.  Using this flag, the build system can get the correct triple
directly by querying Clang.

Differential Revision: https://reviews.llvm.org/D101400
2021-04-27 16:04:54 -07:00
..
APINotes [clang][APINotes] Fix -Wunused-function warning (NFC) 2021-04-01 09:52:43 +08:00
ARCMigrate [SystemZ][z/OS] Set files in FileRemapper.cpp are text 2021-04-19 07:59:42 -04:00
AST [SYCL] Implement SYCL address space attributes handling 2021-04-26 13:44:10 +03:00
ASTMatchers [ASTMatchers] Add `cxxBaseSpecifier` matcher (non-top-level) 2021-04-09 00:05:36 +01:00
Analysis Thread safety analysis: Simplify intersectAndWarn (NFC) 2021-04-23 23:19:15 +02:00
Basic BPF: emit debuginfo for Function of DeclRefExpr if requested 2021-04-26 16:53:25 -07:00
CodeGen BPF: emit debuginfo for Function of DeclRefExpr if requested 2021-04-26 16:53:25 -07:00
CrossTU [analyzer][CTU] API for CTU macro expansions 2021-02-22 11:12:22 +01:00
DirectoryWatcher
Driver [Driver] Add -print-multiarch 2021-04-27 16:04:54 -07:00
Edit [Matrix] Implement C-style explicit type conversions for matrix types. 2021-04-10 11:48:41 +01:00
Format [clang-format] Reformat. NFC. 2021-04-27 09:10:58 +02:00
Frontend [clang][cli] NFC: Move conditional LangOptions parsing/generation 2021-04-19 11:25:40 +02:00
FrontendTool
Headers [X86][AMX] Add description for AMX new interface. 2021-04-27 16:05:11 +08:00
Index [index] Improve macro indexing support 2021-04-06 09:12:14 -07:00
IndexSerialization
Lex [C++2b] Support size_t literals 2021-03-31 13:36:23 +00:00
Parse [clang][parser] Unify rejecting (non) decl stmts with gnu attributes 2021-04-19 12:43:55 +02:00
Rewrite [clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy warning. NFCI. 2021-03-02 15:01:34 +00:00
Sema [C++4OpenCL] Add diagnostics for OpenCL types in templates. 2021-04-27 13:04:25 +01:00
Serialization [NFC] Fix "not used" warning 2021-04-26 22:09:23 -07:00
StaticAnalyzer [analyzer][StdLibraryFunctionsChecker] Track dependent arguments 2021-04-27 15:35:58 +02:00
Testing
Tooling [AST] Fix DeclarationNameInfo introspection 2021-04-26 18:49:13 +01:00
CMakeLists.txt