llvm-project/clang/lib
Nemanja Ivanovic 06411edb9f [PowerPC][NFC] Provide legacy names for VSX loads and stores
Before we unified the names of the builtins across all the
compilers, there were a number of synonyms between them. There
is code out there that uses XL naming for some of these loads and
stores. This just adds those names.
2021-03-25 06:32:40 -05: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 [clang] Treat variable-length array of incomplete element type as 2021-03-24 14:22:15 +01:00
ASTMatchers [ASTMatchers][NFC] Use SmallVector when building variadic matcher descriptor 2021-03-23 16:38:45 +00:00
Analysis [-Wcalled-once-parameter][NFC] Fix GCC compilation error 2021-03-18 14:49:24 +03:00
Basic [RISCV] Fix mcount name 2021-03-24 18:11:37 -07:00
CodeGen [OPENMP]Fix PR48571: critical/master in outlined contexts cause crash. 2021-03-24 10:15:24 -07: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] Add -fno-split-stack 2021-03-25 14:18:28 +08:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format [clang-format] Fix ObjC method indent after f7f9f94b 2021-03-25 10:52:08 +01:00
Frontend [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [PowerPC][NFC] Provide legacy names for VSX loads and stores 2021-03-25 06:32:40 -05: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 [Clang][Sema] Implement GCC -Wcast-function-type 2021-03-24 16:04:18 -07:00
Serialization [OPENMP51]Support for the 'destroy' clause with interop variable. 2021-03-18 09:12:56 -07:00
StaticAnalyzer [Analyzer][NFC] Fix typos in comments 2021-03-24 11:46:10 +01:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [Tooling] Handle compilation databases containing commands with double dashes 2021-03-24 16:01:47 -04:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00