llvm-capstone/clang/test
Doru Bercea 0eabf59528 Enable constexpr class members that are device-mapped to not be optimized out.
This patch fixes an issue whereby a constexpr class member which is
mapped to the device is being optimized out thus leading to a runtime
error.

Patch: https://reviews.llvm.org/D146552
2023-03-23 10:17:25 -04:00
..
Analysis [analyzer] Fix crashing getSValFromInitListExpr for nested initlists 2023-03-22 08:43:09 +01:00
APINotes
ARCMT [test/ARCMT/verify.m] Add lit test for 5e035651fd3acbb2645abbe80cae332d90eac78a commit 2023-03-07 20:23:07 -08:00
AST Revert "[clang][Interp][NFC] Add tests for __fp16" 2023-03-23 10:33:51 +01:00
ASTMerge
C [C2x] Add test coverage for WG14 N2607 2023-03-08 14:59:53 -05:00
clang-rename
ClangScanDeps [clang][deps] Handle response files in dep scanner 2023-03-13 15:47:35 -07:00
CodeCompletion
CodeGen [PowerPC] Emit warn_deprecated_lax_vec_conv_all warning only for PPC 2023-03-21 08:51:25 -05:00
CodeGenCoroutines [Coroutines] Implement fix for cwg2563 issue and enable RVO under certain conditions 2023-03-21 21:42:31 -07:00
CodeGenCUDA [CUDA] Update cached kernel handle when the function instance changes. 2023-03-21 15:36:12 -07:00
CodeGenCUDASPIRV [CUDA][SPIRV] Match builtin types and __GCC_ATOMIC_XXX_LOCK_FREE macros on host/device 2023-02-22 15:44:46 +00:00
CodeGenCXX [C++20][Modules] Introduce an implementation module. 2023-03-23 12:47:44 +00:00
CodeGenHIP
CodeGenHLSL [HLSL] add max/min library functions 2023-03-03 09:31:50 -08:00
CodeGenObjC [Clang] Convert some tests to opaque pointers (NFC) 2023-02-17 09:49:03 +01:00
CodeGenObjCXX [Clang] Convert some tests to opaque pointers (NFC) 2023-02-17 11:16:35 +01:00
CodeGenOpenCL [Clang][SPIR-V] Emit target extension types for OpenCL types on SPIR-V. 2023-03-13 14:20:24 -04:00
CodeGenOpenCLCXX
CodeGenSYCL
Coverage
CoverageMapping [Coverage] Fix an issue: a statement after calling 'assert()' function is wrongly 2023-03-02 09:14:44 +00:00
CXX [C++20][Modules] Introduce an implementation module. 2023-03-23 12:47:44 +00:00
Driver [RISCV][clang][test] Fix missed test 2023-03-23 12:49:06 +00:00
ExtractAPI [clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration fragments 2023-03-20 15:43:00 +00:00
FixIt
Format
Frontend [AMDGPU] Reserve extra SGPR blocks wth XNACK "any" TID Setting 2023-03-17 20:26:23 -07:00
Headers clang: Fix header tests for nofpclass 2023-03-15 01:58:55 -04:00
Import [clang][ASTImporter] Add VaList declaration to lookup table. 2023-03-06 09:32:02 +01:00
Index Revert "libclang: Pass Clang install directory to driver via argv[0]." 2023-03-23 08:05:58 -04:00
Integration
InterfaceStubs
Interpreter [clang-repl] Support compound statement as a top-level statement. 2023-02-17 09:09:04 +00:00
Layout
Lexer Remove the outdated feature macro '__cpp_coroutines' 2023-03-17 13:52:18 +08:00
LibClang
Misc [-Wunsafe-buffer-usage] Introduce the unsafe_buffer_usage attribute 2023-01-31 11:43:34 -08:00
Modules Recommit [Modules] Remove unnecessary check when generating name lookup table in ASTWriter 2023-03-23 11:21:35 +08:00
OpenMP Enable constexpr class members that are device-mapped to not be optimized out. 2023-03-23 10:17:25 -04:00
Parser No longer issue static lambda pedantic warning for pre-c++2b compat 2023-03-21 12:49:45 -04:00
ParserHLSL
ParserSYCL
PCH [Serialization] Place command line defines in the correct file 2023-03-20 17:36:01 +00:00
Preprocessor [LLVM][OHOS] Clang toolchain and targets 2023-03-20 12:53:24 +03:00
Profile
Refactor
Rewriter [Clang][NFC] Remove pointless defines from test command lines 2023-02-23 16:18:24 +00:00
Sema Add warning test to make buildbots happy after 514e4359 2023-03-21 08:34:48 -07:00
SemaCUDA
SemaCXX [-Wunsafe-buffer-usage] Add Fixable for simple pointer dereference 2023-03-22 15:32:51 -07:00
SemaHLSL
SemaObjC [clang][NFC] Adjust tests to not un/define predefined macros 2023-02-14 13:55:03 +00:00
SemaObjCXX
SemaOpenCL [Clang][OpenCL] Allow pointers in structs as kernel arguments from 2.0 2023-03-13 18:59:26 +02:00
SemaOpenCLCXX
SemaSYCL [SYCL] Fix test to conform to SYCL2020 2023-01-26 13:52:48 -08:00
SemaTemplate [clang] Properly parse variable template requires clause in lambda 2023-03-17 22:29:48 +02:00
TableGen
Templight
Tooling
Unit
utils/update_cc_test_checks [UTC] Enable --function-signature by default 2023-03-07 10:27:52 +01:00
VFS [NFC][clang] Refine tests by adding : to checks 2023-03-01 05:58:34 -05:00
.clang-format
CMakeLists.txt [NFC] [CMake] Add misssing dependencies 2023-03-10 17:13:09 -06:00
lit.cfg.py [AIX] change "llvm-ar" to "env OBJECT_MODE=any llvm-ar" in clang/test for AIX OS 2023-03-14 11:50:20 -04:00
lit.site.cfg.py.in
TestRunner.sh