llvm-capstone/clang/test
Erich Keane 11bb5e55dc
In ExprRequirement building, treat OverloadExpr as dependent (#66683)
As reported in #66612, we aren't correctly treating the placeholder
expression type correctly, so we ended up trying to get a reference
version of it, and this resulted in an assertion, since the placeholder
type cannot have a reference added.

Fixes: #66612
2023-09-19 08:31:18 -07:00
..
Analysis [clang][CFG] Cleanup functions 2023-09-19 11:56:44 +02:00
APINotes
ARCMT [clang] Remove rdar links; NFC 2023-08-28 12:13:42 -04:00
AST [clang][Interp] Allow zero-init of primitives with an empty init list 2023-09-18 11:09:30 +02:00
ASTMerge
C No longer hang on typeof of a function type 2023-08-17 07:15:30 -04:00
clang-rename
ClangScanDeps [clang] Fix ClangScanDeps test for #61006. 2023-08-13 18:23:34 +00:00
CodeCompletion Reland "[clang-repl] support code completion at a REPL." 2023-08-28 20:09:03 +00:00
CodeGen Fix math-errno issue (#66381) 2023-09-19 09:13:02 -04:00
CodeGenCoroutines Extend retcon.once coroutines lowering to optionally produce a normal result (#66333) 2023-09-15 09:54:38 -07:00
CodeGenCUDA [HIP] Fix comdat of template kernel handle (#66283) 2023-09-14 15:56:02 -04:00
CodeGenCUDASPIRV
CodeGenCXX Reland "[clang] Add experimental option to omit the RTTI component from the vtable when -fno-rtti is used" 2023-09-14 18:28:37 +00:00
CodeGenHIP Revert "[AMDGPU] Make default AMDHSA Code Object Version to be 5 (#65410)" (#66060) 2023-09-12 15:13:59 +05:30
CodeGenHLSL [HLSL] Cleanup support for this as an l-value 2023-09-05 19:38:50 -05:00
CodeGenObjC [clang] Remove rdar links; NFC 2023-08-28 12:13:42 -04:00
CodeGenObjCXX [UBSan] Disable the function and kcfi sanitizers on an execute-only target. 2023-08-30 17:17:37 +01:00
CodeGenOpenCL clang/AMDGPU: Fix accidental behavior change for __builtin_amdgcn_ldexph (#66340) 2023-09-14 18:15:44 +03:00
CodeGenOpenCLCXX
CodeGenSYCL
Coverage [clang] Remove rdar links; NFC 2023-08-28 12:13:42 -04:00
CoverageMapping [Coverage] Add coverage for constructor member initializers. (#66441) 2023-09-15 17:06:04 -04:00
CXX [clang] Correct source locations for instantiations of function templates. 2023-09-18 12:51:45 -07:00
Driver [RISCV] Recognize veyron-v1 processor in clang driver. (#66703) 2023-09-19 10:39:43 -04:00
ExtractAPI [clang][ExtractAPI] Fix bool spelling coming from the macro definition. 2023-08-22 15:00:14 -07:00
FixIt [clang] Remove rdar links; NFC 2023-08-28 12:13:42 -04:00
Format
Frontend Delete CloudABI support 2023-08-29 22:57:30 -04:00
Headers HIP: Directly use f32 sqrt intrinsic 2023-09-12 23:23:04 +03:00
Import
Index [AIX][tests] Temporarily disable more Clang/Index tests 2023-09-10 10:03:27 -07:00
Integration
InterfaceStubs
Interpreter [clang-repl] Disambiguate declarations with private typedefs 2023-08-23 11:29:26 +02:00
Layout [clang] Remove rdar links; NFC 2023-08-28 12:13:42 -04:00
Lexer [Clang] Handle non-ASCII after line splicing 2023-09-06 23:20:00 +02:00
LibClang
Misc [RISCV] Recognize veyron-v1 processor in clang driver. (#66703) 2023-09-19 10:39:43 -04:00
Modules Propagate the DWARF version from the main compiler invocation to PCHC… (#66032) 2023-09-12 08:31:27 -07:00
OpenMP Revert "[Clang][OpenMP] Clang adding the addrSpace according to DataLayout fix (#65483)" 2023-09-12 22:46:09 +00:00
Parser [clang] Fix null dereference on return in lambda attribute statement expr (#66643) 2023-09-19 04:02:04 +02:00
ParserHLSL
ParserSYCL
PCH Revert "[clang] Enable sized deallocation by default in C++14 onwards" 2023-08-29 09:36:59 -04:00
Preprocessor [Clang][test] Replace legacy -target with --target=. (#66572) 2023-09-18 15:35:57 +08:00
Profile
Refactor
Rewriter [clang] Remove rdar links; NFC 2023-08-28 12:13:42 -04:00
Sema [clang][TSA] Thread safety cleanup functions 2023-09-19 16:00:33 +02:00
SemaCUDA Reland "[CUDA][HIP] Fix overloading resolution in global var init" (#65606) 2023-09-07 23:18:30 -04:00
SemaCXX [clang] Fix null dereference on return in lambda attribute statement expr (#66643) 2023-09-19 04:02:04 +02:00
SemaHLSL [Sema][HLSL] Consolidate handling of HLSL attributes 2023-08-29 08:55:38 -07:00
SemaObjC [clang] Remove rdar links; NFC 2023-08-28 12:13:42 -04:00
SemaObjCXX [clang] Remove rdar links; NFC 2023-08-28 12:13:42 -04:00
SemaOpenCL
SemaOpenCLCXX [clang][AST] TextNodeDumper learned to output template specialization kind 2023-08-15 15:46:31 +00:00
SemaOpenMP [Clang][RISCV] Use Decl for checkRVVTypeSupport (#65778) 2023-09-11 14:19:34 +08:00
SemaSYCL
SemaTemplate In ExprRequirement building, treat OverloadExpr as dependent (#66683) 2023-09-19 08:31:18 -07:00
TableGen
Templight
Tooling
Unit
utils/update_cc_test_checks
VFS Reland "[modules] Fix error about the same module being defined in different .pcm files when using VFS overlays." 2023-08-16 18:27:17 -07:00
.clang-format
CMakeLists.txt
lit.cfg.py Summary: 2023-08-22 16:29:22 -04:00
lit.site.cfg.py.in
TestRunner.sh