llvm-project/clang/test
Erik Pilkington 95b2dab199 [Sema] Fix a miscompile by retaining array qualifiers when folding VLAs to constant arrays
rdar://72243125

Differential revision: https://reviews.llvm.org/D93247
2020-12-16 10:01:24 -05: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 [PowerPC] Enable paired vector type and intrinsics when MMA is disabled 2020-12-15 15:14:11 -06:00
ASTMerge [clang] Improve Serialization/Imporing/Dumping of APValues 2020-10-21 19:03:13 +02:00
Analysis [analyzer] OSObjectCStyleCast: Improve warning message. 2020-12-10 19:46:33 -08:00
CXX DR1413 and part of P1815R2: Minor improvements to Clang's determination 2020-12-15 14:53:26 -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 [clang][AArch64][SVE] Avoid going through memory for VLAT <-> VLST casts 2020-12-16 12:24:32 +00:00
CodeGenCUDA Fix assertion in tryEmitAsConstant 2020-12-02 19:10:01 -05:00
CodeGenCXX [Clang][Attr] Introduce the `assume` function attribute 2020-12-15 16:51:34 -06:00
CodeGenCoroutines [CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointer 2020-11-16 17:39:17 -08:00
CodeGenHIP
CodeGenObjC [clang][cli] Squash multiple cc1 -fxxx-exceptions flags into single -exception-model=xxx option 2020-12-15 10:15:58 +01:00
CodeGenObjCXX [clang][cli] Squash multiple cc1 -fxxx-exceptions flags into single -exception-model=xxx option 2020-12-15 10:15:58 +01:00
CodeGenOpenCL [AMDGPU] Add missing targets to amdgpu-features.cl 2020-12-12 18:19:02 +00:00
CodeGenOpenCLCXX Create SPIRABIInfo to enable SPIR_FUNC calling convention. 2020-12-12 05:48:20 -08:00
CodeGenSYCL Revert "[SYCL] Implement __builtin_unique_stable_name." 2020-10-12 01:10:09 -04:00
Coverage
CoverageMapping [Coverage] Add empty line regions to SkippedRegions 2020-09-21 12:42:53 -07:00
Driver [HIP] unbundle bundled preprocessor output 2020-12-15 22:14:18 -05:00
FixIt
Format
Frontend [clang][cli] Squash multiple cc1 -fxxx-exceptions flags into single -exception-model=xxx option 2020-12-15 10:15:58 +01:00
Headers [OpenCL] Implement extended subgroups fully in headers. 2020-12-10 16:40:15 +00: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 [AIX] Support two itanium alignment LIT testcases for AIX using regex 2020-10-13 16:47:01 -04:00
Lexer [clang][feature] Add cxx_abi_relative_vtable feature 2020-10-08 10:30:54 -07:00
Misc [FIX] Add the comma missing in D91979 2020-12-15 17:24:53 -06:00
Modules s/instantate/instantiate/ throughout. NFCI. 2020-12-01 22:13:40 -05:00
OpenMP Revert "[OpenMP] Add initial support for `omp [begin/end] assumes`" 2020-12-15 18:03:10 -06:00
PCH Add another test for PR48434. 2020-12-09 12:22:35 -08:00
Parser Adding a test case that I accidentally dropped from 27ea7d0a6e 2020-12-15 14:56:44 -05:00
Preprocessor [clang][cli] Squash multiple cc1 -fxxx-exceptions flags into single -exception-model=xxx option 2020-12-15 10:15:58 +01:00
Profile [CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointer 2020-11-16 17:39:17 -08:00
Refactor
Rewriter
Sema [Clang][Attr] Introduce the `assume` function attribute 2020-12-15 16:51:34 -06:00
SemaCUDA [CUDA] Do not diagnose host/device variable access in dependent types. 2020-12-14 11:53:18 -08:00
SemaCXX DR1413 and part of P1815R2: Minor improvements to Clang's determination 2020-12-15 14:53:26 -08:00
SemaObjC [Sema] Fix a miscompile by retaining array qualifiers when folding VLAs to constant arrays 2020-12-16 10:01:24 -05:00
SemaObjCXX [clang] add a `swift_async_name` attribute 2020-12-04 15:55:29 -08:00
SemaOpenCL [OpenCL] Implement extended subgroups fully in headers. 2020-12-10 16:40:15 +00:00
SemaOpenCLCXX Fix a pair of tests that would fail on a win32 box 2020-11-17 14:28:52 -08:00
SemaSYCL Fix missing error for use of 128-bit integer inside SPIR64 device code. 2020-12-07 10:42:32 -08:00
SemaTemplate DR2100: &expr is value-dependent if expr constant-evaluates to a 2020-12-15 14:53:26 -08:00
TableGen Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions" 2020-10-19 17:48:04 -04:00
Templight
Tooling
Unit
VFS
clang-rename [clang-rename] Fix rename on variable templates. 2020-10-19 09:44:59 +02:00
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 Reland [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/ 2020-12-01 14:00:32 -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