llvm-project/clang/test
Richard Smith 18e093faf7 [msabi] Mangle a template argument referring to array-to-pointer decay
applied to an array the same as the array itself.

This follows MS ABI, and corrects a regression from the implementation
of generalized non-type template parameters, where we "forgot" how to
mangle this case.
2021-01-19 14:38:07 -08:00
..
APINotes [NFC][tests] Replace use of GNUisms in usage of diff 2020-11-08 12:07:51 -05:00
ARCMT [clang][cli] Turn arcmt-* options into a single option 2020-11-18 10:53:41 +01:00
AST [SVE] Add support to vectorize_width loop pragma for scalable vectors 2021-01-08 11:37:27 +00:00
ASTMerge [ASTImporter] Add support for importing GenericSelectionExpr AST nodes. 2020-12-16 15:39:50 -08:00
Analysis [Sema] turns -Wfree-nonheap-object on by default 2021-01-15 21:38:47 +00:00
CXX Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, not 2021-01-19 12:48:40 -08:00
ClangScanDeps Revert "[clang-scan-deps] Support clang-cl" 2020-12-14 13:32:38 -05:00
CodeCompletion [clang] Enable code completion of designated initializers in Compound Literal Expressions 2020-12-01 12:06:48 +01:00
CodeGen [X86][AMX] Fix the typo. 2021-01-19 16:57:34 +08:00
CodeGenCUDA [clang][cli] Remove -f[no-]trapping-math from -cc1 command line 2021-01-12 10:00:23 +01:00
CodeGenCXX [msabi] Mangle a template argument referring to array-to-pointer decay 2021-01-19 14:38:07 -08:00
CodeGenCoroutines [test] Move coro-retcon-unreachable.ll into llvm/test 2021-01-07 14:06:01 -08:00
CodeGenHIP
CodeGenObjC [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
CodeGenObjCXX [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
CodeGenOpenCL [OpenCL][NFC] Improve OpenCL test file naming 2021-01-06 14:16:44 +00:00
CodeGenOpenCLCXX [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
CodeGenSYCL
Coverage
CoverageMapping [Coverage] Fix test failures from commit rG9f2967bcfe2f 2021-01-05 13:35:52 -06:00
Driver [Driver] -gsplit-dwarf: Produce .dwo regardless of -gN for IR input 2021-01-14 11:46:22 -08:00
FixIt
Format [format] Add overload to parseConfiguration that accept llvm::MemoryBufferRef 2020-12-23 12:08:29 +00:00
Frontend [SystemZ][z/OS] Fix No such file or directory expression error 2021-01-19 07:25:24 -05:00
Headers [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
Import clang-import-test: Clean up error output for files that cannot be found 2020-12-11 17:07:58 -08:00
Index mac/arm: XFAIL the last 3 failing tests 2020-12-12 15:09:17 -05:00
Integration
InterfaceStubs
Layout [Frontend] Add pragma align natural and sort out pragma pack stack effect 2021-01-13 10:53:24 -05:00
Lexer [c++2b] Add tests for feature test macros. 2020-12-18 13:42:23 -08:00
Misc [attributes] Add a facility for enforcing a Trusted Computing Base. 2021-01-11 10:20:51 -08:00
Modules [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
OpenMP [OPENMP]Do not use OMP_MAP_TARGET_PARAM for data movement directives. 2021-01-19 12:41:15 -08:00
PCH [clang] Allow LifetimeExtendedTemporary to have no access specifier 2021-01-18 19:19:57 +01:00
Parser [NFC] Add -std=c11 to attr-availability.c 2021-01-15 21:05:49 -08:00
Preprocessor [AArch64] Adding ACLE intrinsics for the LS64 extension 2021-01-14 09:43:58 +00:00
Profile Reapply multiple "[clang][cli]" patches 2021-01-06 13:27:19 +01:00
Refactor
Rewriter
Sema Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, not 2021-01-19 12:48:40 -08:00
SemaCUDA [CUDA] Do not diagnose host/device variable access in dependent types. 2020-12-14 11:53:18 -08:00
SemaCXX Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, not 2021-01-19 12:48:40 -08:00
SemaObjC [clang] Fix message text for `-Wpointer-sign` to account for plain char 2021-01-11 18:41:14 -05:00
SemaObjCXX [clang] add a `swift_async_name` attribute 2020-12-04 15:55:29 -08:00
SemaOpenCL [OpenCL] Improve OpenCL operator tests 2021-01-13 14:50:49 +00:00
SemaOpenCLCXX [OpenCL] Add clang extension for function pointers. 2021-01-06 20:39:57 +00:00
SemaSYCL Fix missing error for use of 128-bit integer inside SPIR64 device code. 2020-12-07 10:42:32 -08:00
SemaTemplate Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, not 2021-01-19 12:48:40 -08:00
TableGen
Templight
Tooling
Unit
VFS
clang-rename
utils/update_cc_test_checks [utils] Fix UpdateTestChecks case where 2 runs differ for last label 2020-12-15 07:16:54 -08: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 [mac/arm] fix clang/test/Driver/darwin-ld-dedup.c 2020-11-23 13:32:29 -05:00
lit.site.cfg.py.in Reland [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/ 2020-12-01 14:00:32 -08:00
make_test_dirs.pl