llvm-project/clang/test
Rashmi Mudduluru 572e2cd56a Reverting ce420820c8 because it fails expensive checks 2022-02-16 09:25:53 -08:00
..
APINotes
ARCMT [NFC][clang] Inclusive language: replace masterPort with mainPort 2021-11-18 11:51:06 -06:00
AST Implement WG14 N2764 the [[noreturn]] attribute 2022-02-14 09:38:26 -05:00
ASTMerge Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
Analysis Reverting ce420820c8 because it fails expensive checks 2022-02-16 09:25:53 -08:00
CXX [clang][WebAssemmbly] Call TargetInfo::adjust in derived method. 2022-02-10 16:04:06 -08:00
ClangScanDeps [NFC][AIX]Disable new pcm tests on AIX 2022-01-28 12:39:09 -05:00
CodeCompletion Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
CodeGen [NFC] Fix intel intrinsics test for PowerPC 2022-02-16 16:16:30 +08:00
CodeGenCUDA [AMDGPU] replace hostcall module flag with function attribute 2022-02-11 22:51:56 +05:30
CodeGenCUDASPIRV [CUDA][SPIRV] Use OpenCLKernel CC for CUDA -> SPIRV 2021-12-06 15:06:57 -08:00
CodeGenCXX DebugInfo: Disable simplified template names for -gmlt and below 2022-02-15 11:58:40 -08:00
CodeGenCoroutines [C++20] [Coroutines] Implement return value optimization for get_return_object 2022-02-16 13:38:00 +08:00
CodeGenHIP [HIPSPV] Fix literals are mapped to Generic address space 2022-02-05 17:26:52 -05:00
CodeGenObjC Do not crash when trying to encode a _BitInt type 2022-01-28 08:38:01 -05:00
CodeGenObjCXX [ObjC] Emit selector load right before msgSend call. 2022-01-26 20:52:54 -08:00
CodeGenOpenCL A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
CodeGenOpenCLCXX [OpenCL] Add support of __opencl_c_device_enqueue feature macro. 2022-01-27 14:25:59 +03:00
CodeGenSYCL [SYCL] Disallow explicit casts between mismatching address spaces 2022-02-07 11:57:30 +03:00
Coverage Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
CoverageMapping Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
Driver Revert "[OpenMP] Pass AMDGPU math libraries into the linker wrapper" 2022-02-16 11:54:44 -05:00
FixIt Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
Format
Frontend Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
Headers Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
Import
Index Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
Integration Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
InterfaceStubs Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
Interpreter
Layout
Lexer Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
LibClang
Misc Revert "[NFC] Update new warning to test" 2022-02-15 22:23:26 -05:00
Modules [C++20] [Modules] Check if modulemap exists to avoid crash in implicit used C++ module 2022-02-11 11:22:50 +08:00
OpenMP [OpenMP]Fix parsing of OpenMP directive nested in a metadirective 2022-02-14 16:15:20 -08:00
PCH Fix crash when deserializing a lambda expression in a decltype. 2022-02-15 17:56:45 -08:00
Parser [clang] inheritance fix for nomerge attribute 2022-02-11 15:51:08 +01:00
ParserSYCL
Preprocessor Revert "Add support for floating-point option `ffp-eval-method` and for" 2022-02-15 22:02:25 -05:00
Profile Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
Refactor Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
Rewriter Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
Sema Revert "Add support for floating-point option `ffp-eval-method` and for" 2022-02-15 22:02:25 -05:00
SemaCUDA [CUDA][HIP] Do not promote constexpr var with non-constant initializer 2022-02-15 15:15:55 -05:00
SemaCXX [clang] [test] [NFC] Eliminate some hard tabs in tests 2022-02-16 10:42:58 -05:00
SemaObjC Use functions with prototypes when appropriate; NFC 2022-02-07 15:29:36 -05:00
SemaObjCXX [clang] roll-forward "[clang] Mark `trivial_abi` types as "trivially relocatable"". 2022-02-04 20:17:34 +01:00
SemaOpenCL [OpenCL] Adjust diagnostic for subgroup support. 2022-02-11 17:40:24 +03:00
SemaOpenCLCXX [OpenCL] Add support of __opencl_c_device_enqueue feature macro. 2022-01-27 14:25:59 +03:00
SemaSYCL [SYCL] Disallow explicit casts between mismatching address spaces 2022-02-07 11:57:30 +03:00
SemaTemplate Allow parameter pack expansions and initializer lists in annotate attribute 2022-02-08 13:38:07 -05:00
Syntax [syntax][pseudo] Introduce the C++ spec grammar. 2022-02-04 11:58:50 +01:00
TableGen [clang] Introduce support for disabling warnings in system macros 2022-01-12 08:18:19 +00:00
Templight [Templight] Don't display empty strings for names of unnamed template parameters 2022-01-24 16:37:11 +01:00
Tooling [clang-check] Adjust argument adjusters for clang-check to strip options blocking the static analyzer 2022-01-14 10:05:47 +01:00
Unit
VFS Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
clang-rename
utils/update_cc_test_checks Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
.clang-format
CMakeLists.txt clang-analyzer plugins require LLVM_ENABLE_PLUGINS also 2022-02-16 11:59:09 -05:00
TestRunner.sh
cxx-sections.data
lit.cfg.py [AIX] Disable tests that fail because of no 64-bit XCOFF object file support 2022-01-09 12:25:24 -05:00
lit.site.cfg.py.in replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in tests 2022-02-09 17:31:34 -05:00
make_test_dirs.pl