llvm-project/clang/test
Jennifer Yu cb424fee3d [OPENMP5.1]Initial support for novariants clause.
Added basic parsing/sema/serialization support for the 'novariants' clause.
2021-04-02 13:19:01 -07:00
..
APINotes
ARCMT
AST Revert "[clang][parser] Set source ranges for GNU-style attributes" 2021-04-01 17:32:40 +02:00
ASTMerge Modify TypePrinter to differentiate between anonymous struct and unnamed struct 2021-02-22 14:16:43 -08:00
Analysis [clang][Checkers] Extend PthreadLockChecker state dump (NFC). 2021-04-01 11:59:00 +02:00
CXX [clang] Use decltype((E)) for compound requirement type constraint 2021-03-30 22:00:33 +02:00
ClangScanDeps
CodeCompletion [CodeCompletion] Avoid spurious signature help for init-list args 2021-03-16 12:46:40 +01:00
CodeGen [RISCV] Add IR intrinsics for Zbc extension 2021-04-02 12:09:13 -07:00
CodeGenCUDA [CUDA][HIP] add __builtin_get_device_side_mangled_name 2021-03-25 15:25:29 -04:00
CodeGenCXX Reapply "OpaquePtr: Turn inalloca into a type attribute" 2021-03-29 08:55:30 -04:00
CodeGenCoroutines [Coroutine][Clang] Force emit lifetime intrinsics for Coroutines 2021-03-25 13:46:20 -07:00
CodeGenHIP
CodeGenObjC [ObjC][CodeGen] Fix missing debug info in situations where an instance and class property have the same identifier 2021-03-30 11:07:16 +02:00
CodeGenObjCXX Reapply "OpaquePtr: Turn inalloca into a type attribute" 2021-03-29 08:55:30 -04:00
CodeGenOpenCL [CGAtomic] Lift stronger requirements on cmpxch and support acquire failure mode 2021-03-23 16:45:37 -07:00
CodeGenOpenCLCXX [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
CodeGenSYCL [SYCL] Rework the SYCL driver options 2021-03-17 08:27:19 -04:00
Coverage
CoverageMapping Revert "Revert "[Coverage] Emit gap region between statements if first statements contains terminate statements."" 2021-03-04 11:52:43 -08:00
Driver [debug-info][XCOFF] set `-gno-column-info` by default for DBX 2021-04-01 21:29:11 -04:00
FixIt [clang] Add fixit for Wreorder-ctor 2021-03-24 19:22:53 +00:00
Format [test] Use host platform specific error message substitution in lit tests - continued 2021-02-03 09:53:22 -05:00
Frontend [Clang] Fix line numbers in CHECK lines. 2021-03-29 17:37:48 +01:00
Headers [OpenCL] Fix parsing of opencl-c.h in CL 3.0 2021-03-30 16:17:46 +01:00
Import
Index [AIX][XCOFF] Fixed the test case which failed at aix OS because enable -mignore-xcoff-visibility by default. 2021-03-15 17:33:02 -04:00
Integration
InterfaceStubs [test] Make ELF tests less reliant on the lexicographical order of non-local symbols 2021-02-13 01:01:06 -08:00
Layout [SystemZ][z/OS] fix lit test related to alignment 2021-03-23 13:15:19 -04:00
Lexer [C++2b] Support size_t literals 2021-03-31 13:36:23 +00:00
Misc [DebugInfo] Add an attribute to force type info to be emitted for types that are required to be complete. 2021-03-12 12:30:01 -08:00
Modules Support #__private_macro and #__public_macro in local submodule 2021-03-23 16:54:28 -07:00
OpenMP [OPENMP5.1]Initial support for novariants clause. 2021-04-02 13:19:01 -07:00
PCH Make iteration over the DeclContext::lookup_result safe. 2021-03-17 08:59:04 +00:00
Parser [clang][parser] Allow GNU-style attributes in explicit template... 2021-03-31 16:44:19 +02:00
Preprocessor [Driver] Fix architecture triplets and search paths for Linux x32 2021-04-01 09:47:56 +01:00
Profile [Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-map,compilation-dir} 2021-02-25 21:40:12 -08:00
Refactor
Rewriter
Sema Fix pluralization error in diagnostic, and move C++ testcase to proper 2021-03-30 16:18:55 -07:00
SemaCUDA [CUDA][HIP] add __builtin_get_device_side_mangled_name 2021-03-25 15:25:29 -04:00
SemaCXX [clang-cl] [Sema] Do not prefer integral conversion over floating-to-integral for MS compatibility 19.28 and higher. 2021-04-02 08:58:22 +02:00
SemaObjC [-Wcalled-once-parameter] Fix false positives for cleanup attr 2021-03-18 12:32:16 +03:00
SemaObjCXX [Sema] Add some basic lambda capture fix-its 2021-03-11 13:46:25 +00:00
SemaOpenCL [OpenCL] Fix parsing of opencl-c.h in CL 3.0 2021-03-30 16:17:46 +01:00
SemaOpenCLCXX [OpenCL] Fix AST check in address-space-templates test 2021-03-26 14:24:30 +00:00
SemaSYCL [SYCL] Rework the SYCL driver options 2021-03-17 08:27:19 -04:00
SemaTemplate PR49724: Fix deduction of null member pointers. 2021-03-25 13:47:22 -07:00
TableGen Fix test expectations for %diff documentation. 2021-03-30 17:48:08 -07:00
Templight
Tooling [Syntax] Add syntax-tree-dump in clang-check. 2021-01-29 14:10:27 +01:00
Unit Support multi-configuration generators correctly in several config files 2021-02-11 09:32:20 -08:00
VFS [VFS] Add support to RedirectingFileSystem for mapping a virtual directory to one in the external FS. 2021-02-02 14:56:17 +10:00
clang-rename
utils/update_cc_test_checks [Utils] Add prefix parameter in update test checks to avoid FileCheck conflicts 2021-03-26 11:49:42 -07:00
.clang-format
CMakeLists.txt [clang] Add llvm-strip to test dependencies 2021-01-09 11:57:27 -08:00
TestRunner.sh
cxx-sections.data
lit.cfg.py [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
lit.site.cfg.py.in [clang][lit] Allow test cases to use the compiler that are used to compile Clang 2021-03-24 11:32:57 +01:00
make_test_dirs.pl Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00