llvm-project/clang/lib
Fangrui Song 2a28d1d3b7 [Driver] Linux.cpp: move resource directory before /usr/local/include for non-musl
This follows GCC and simplifies code. /usr/local/include and TOOL_INCLUDE_DIR
should not conflict with the resource directory include so users should not
observe any difference.
2021-03-28 12:44:21 -07:00
..
APINotes [clang][APINotes] Fix gcc Wunused-function warning (NFC) 2021-03-10 11:47:00 +08:00
ARCMigrate Make iteration over the DeclContext::lookup_result safe. 2021-03-17 08:59:04 +00:00
AST [SystemZ][z/OS] Ignore leading zero width bitfield alignment on z/OS target 2021-03-26 10:10:33 -04:00
ASTMatchers [ASTMatchers][NFC] Use SmallVector when building variadic matcher descriptor 2021-03-23 16:38:45 +00:00
Analysis Deduplicate branches and adjust comment [NFC] 2021-03-27 23:08:43 +01:00
Basic [SystemZ][z/OS] Ignore leading zero width bitfield alignment on z/OS target 2021-03-26 10:10:33 -04:00
CodeGen Reapply "OpaquePtr: Turn inalloca into a type attribute" 2021-03-28 13:35:21 -04:00
CrossTU [analyzer][CTU] API for CTU macro expansions 2021-02-22 11:12:22 +01:00
DirectoryWatcher Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
Driver [Driver] Linux.cpp: move resource directory before /usr/local/include for non-musl 2021-03-28 12:44:21 -07:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format [clang-format] Fix aligning with linebreaks 2021-03-28 16:26:27 +02:00
Frontend [Windows] Turn off text mode in TableGen and Rewriter to stop CRLF translation 2021-03-26 07:12:46 -04:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [X86] Don't define vpclmulqdq or vaes intrinsics in the headers unless avx512fintrin.h has been included. 2021-03-28 11:26:30 -07:00
Index [Clang][RISCV] Define RISC-V V builtin types 2021-02-18 10:17:31 +08:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex Support #__private_macro and #__public_macro in local submodule 2021-03-23 16:54:28 -07:00
Parse [OPENMP]Fix PR49468: Declare target should allow empty sequences and namespaces. 2021-03-24 12:53:33 -07:00
Rewrite [clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy warning. NFCI. 2021-03-02 15:01:34 +00:00
Sema PR49724: Fix deduction of null member pointers. 2021-03-25 13:47:22 -07:00
Serialization [OPENMP51]Support for the 'destroy' clause with interop variable. 2021-03-18 09:12:56 -07:00
StaticAnalyzer [Analyzer] Infer 0 value when the divisible is 0 (bug fix) 2021-03-25 18:25:06 +01:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [clang][Syntax] Optimize expandedTokens for token ranges. 2021-03-25 18:54:15 +01:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00