llvm-capstone/clang/test
Takuya Shimizu b2cd9db589 [clang][Sema] Remove irrelevant diagnostics from constraint satisfaction failure
BEFORE this patch, when clang handles constraints like C1 || C2 where C1 evaluates to false and C2 evaluates to true, it emitted irrelevant diagnostics about the falsity of C1.
This patch removes the irrelevant diagnostic information generated during the evaluation of C1 if C2 evaluates to true.

Fixes https://github.com/llvm/llvm-project/issues/54678

Reviewed By: erichkeane
Differential Revision: https://reviews.llvm.org/D157526
2023-09-18 18:14:44 +09:00
..
Analysis Reapply [analyzer] Simplify SVal for simple NonLoc->Loc casts 2023-09-15 15:07:39 +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
clang-rename
ClangScanDeps
CodeCompletion Reland "[clang-repl] support code completion at a REPL." 2023-08-28 20:09:03 +00:00
CodeGen [Clang][test] Replace legacy -target with --target=. (#66572) 2023-09-18 15:35:57 +08: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][lex] Use preferred path separator in includer-relative lookup 2023-09-08 16:38:08 -07:00
Driver [Driver] Change default PCH extension name from .gch to .pch (#66165) 2023-09-16 00:27:45 -07:00
ExtractAPI
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
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 [clang][Diagnostics] Add source range to uninitialized diagnostics (#65896) 2023-09-11 07:03:18 +02: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 crash in Parser::ParseDirectDeclarator by adding check that token is not an annotation token 2023-09-12 11:06:06 -07: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] Fix wrong warning about missing init for flexible array members (#66341) 2023-09-15 10:57:51 +02:00
SemaCUDA Reland "[CUDA][HIP] Fix overloading resolution in global var init" (#65606) 2023-09-07 23:18:30 -04:00
SemaCXX Fix PR#62594 : static lambda call operator is not convertible to function pointer on win32 2023-09-16 13:29:59 -05: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
SemaOpenMP [Clang][RISCV] Use Decl for checkRVVTypeSupport (#65778) 2023-09-11 14:19:34 +08:00
SemaSYCL
SemaTemplate [clang][Sema] Remove irrelevant diagnostics from constraint satisfaction failure 2023-09-18 18:14:44 +09:00
TableGen
Templight
Tooling
Unit
utils/update_cc_test_checks
VFS
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh