llvm-project/clang/test
Jinsong Ji b0784d1d14 [PowerPC] Remove FreeBSD test in mm-malloc.c due to cross-compilation limitation
Fix failures on powerpc BE buildbots
https://lab.llvm.org/buildbot/#/builders/93/builds/6031
https://lab.llvm.org/buildbot/#/builders/100/builds/10836
https://lab.llvm.org/buildbot/#/builders/52/builds/12719
2021-11-23 15:09:10 +00:00
..
APINotes
ARCMT [NFC][clang] Inclusive language: replace masterPort with mainPort 2021-11-18 11:51:06 -06:00
AST Allow __attribute__((swift_attr)) in attribute push pragmas 2021-11-19 13:00:26 -08:00
ASTMerge Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
Analysis [Analyzer][Core] Simplify IntSym in SValBuilder 2021-11-22 17:33:43 +01:00
CXX [clang] fix regression deducing pack expansion arguments introduced by D110216 2021-11-19 03:36:20 +01:00
ClangScanDeps [clang][deps] Don't emit `-fmodule-map-file=` 2021-11-18 12:31:24 +01:00
CodeCompletion [clang][clangd] Improve signature help for variadic functions. 2021-11-18 15:50:47 +01:00
CodeGen [PowerPC] Remove FreeBSD test in mm-malloc.c due to cross-compilation limitation 2021-11-23 15:09:10 +00:00
CodeGenCUDA Emit hidden hostcall argument for sanitized kernels 2021-11-10 17:05:57 -05:00
CodeGenCXX [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
CodeGenCoroutines [NFC] Fix lit test failures for clang/CodegenCoroutines 2021-11-09 02:47:16 +09:00
CodeGenHIP
CodeGenObjC [NFC][clang] Inclusive language: rename master variable to controller in debug-info tests 2021-11-22 14:02:54 -06:00
CodeGenObjCXX [ObjC][ARC] Use operand bundle "clang.arc.attachedcall" on x86-64 2021-11-08 18:38:40 -08:00
CodeGenOpenCL Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default" 2021-11-09 02:15:55 +09:00
CodeGenOpenCLCXX [OpenCL] Constructor address space test adjusted for C++ for OpenCL 2021 2021-11-12 14:31:50 +00:00
CodeGenSYCL [CFE][Codegen] Make sure to maintain the contiguity of all the static allocas 2021-11-10 08:45:21 +05:30
Coverage
CoverageMapping [Coroutines] [Frontend] Lookup in std namespace first 2021-11-04 11:53:47 +08:00
Driver [Driver] Default to libc++ on FreeBSD 2021-11-22 16:47:03 -05:00
FixIt
Format
Frontend Fix test after aee4925507. 2021-11-09 16:59:45 -05:00
Headers [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
Import Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
Index [clang] retain type sugar in auto / template argument deduction 2021-11-15 23:07:45 +01:00
Integration
InterfaceStubs
Interpreter Reland "[clang-repl] Allow loading of plugins in clang-repl." 2021-10-05 13:04:01 +00:00
Layout Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
Lexer Emit final macro diagnostics in system headers 2021-11-11 13:51:26 -06:00
LibClang
Misc Allow __attribute__((swift_attr)) in attribute push pragmas 2021-11-19 13:00:26 -08:00
Modules [clang][modules] NFC: Fix typo in test name 2021-11-18 11:57:34 +01:00
OpenMP [OpenMP] support depend clause for taskwait directive, by Deepak 2021-11-19 06:30:17 -08:00
PCH Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default" 2021-11-09 02:15:55 +09:00
Parser Improve docs & test for #pragma clang attribute's any clause; NFC 2021-11-17 08:24:26 -05:00
ParserSYCL
Preprocessor [clang] GCC directive extension extension: Hash NNN lines 2021-11-09 07:31:03 -08:00
Profile [InstrProf] Use i32 for GEP index from lowering llvm.instrprof.increment 2021-11-19 15:45:14 -08:00
Refactor
Rewriter [NFC][clang] Inclusive language: Rename myMaster in testcase 2021-11-16 11:46:43 -06:00
Sema Revert "The _Float16 type is supported on x86 systems with SSE2 enabled." 2021-11-23 08:00:57 -05:00
SemaCUDA [openmp] Emit deferred diag only when device compilation presents 2021-10-25 11:19:18 -07:00
SemaCXX Revert "The _Float16 type is supported on x86 systems with SSE2 enabled." 2021-11-23 08:00:57 -05:00
SemaObjC [NFC][clang] Inclusive language: Rename myMaster in testcase 2021-11-16 11:46:43 -06:00
SemaObjCXX Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
SemaOpenCL Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
SemaOpenCLCXX Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
SemaSYCL [X86][clang] Disable long double type for -mno-x87 option 2021-11-03 12:08:39 +03:00
SemaTemplate [clang] retain type sugar in auto / template argument deduction 2021-11-15 23:07:45 +01:00
TableGen
Templight
Tooling [clang] Allow clang-check to customize analyzer output file or dir name 2021-11-15 16:49:41 +01:00
Unit
VFS reland: [VFS] Use original path when falling back to external FS 2021-11-13 12:14:34 -08:00
clang-rename
utils/update_cc_test_checks Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default" 2021-11-09 02:15:55 +09:00
.clang-format
CMakeLists.txt Reinstate "[clang-repl] Re-implement clang-interpreter as a test case." 2021-10-26 19:29:56 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg.py Reinstate "[clang-repl] Re-implement clang-interpreter as a test case." 2021-10-26 19:29:56 +00:00
lit.site.cfg.py.in
make_test_dirs.pl