..
Analysis
[analyzer] Fix comparison logic in ArrayBoundCheckerV2
2023-04-26 15:02:23 +02:00
APINotes
ARCMT
[test/ARCMT/verify.m] Add lit test for 5e035651fd3acbb2645abbe80cae332d90eac78a
commit
2023-03-07 20:23:07 -08:00
AST
[clang][Interp] Emit diagnostic when comparing function pointers
2023-04-27 12:33:28 +02:00
ASTMerge
[AIX] enable the cases that are excluded by XCOFF 64 integrated-as support
2023-04-14 06:24:57 -04:00
C
Add some additional comments to this test; NFC
2023-04-05 13:15:34 -04:00
clang-rename
[clang-rename] Exit gracefully when no input provided
2023-04-26 20:23:14 +05:30
ClangScanDeps
[clang][modules] Avoid re-exporting PCH imports on every later module import
2023-04-20 11:29:23 -07:00
CodeCompletion
CodeGen
[AArch64][InlineAsm]Add Clang support for flag output constraints
2023-04-27 09:39:08 -07:00
CodeGenCoroutines
[Coroutines] Directly remove unnecessary lifetime intrinsics
2023-04-14 10:22:30 +02:00
CodeGenCUDA
[CUDA] Update cached kernel handle when the function instance changes.
2023-03-21 15:36:12 -07:00
CodeGenCUDASPIRV
CodeGenCXX
[clang] Don't emit type tests for dllexport/import classes
2023-04-25 14:00:57 -07:00
CodeGenHIP
CodeGenHLSL
[HLSL] add max/min library functions
2023-03-03 09:31:50 -08:00
CodeGenObjC
CodeGenObjCXX
CodeGenOpenCL
[IR] Change shufflevector undef mask to poison
2023-04-27 14:41:10 +01:00
CodeGenOpenCLCXX
CodeGenSYCL
[SYCL] Always set NoUnwind attribute for SYCL.
2023-03-30 02:18:52 +01:00
Coverage
Model list initialization more directly; fixes an assert with coverage mapping
2023-04-14 07:19:33 -04:00
CoverageMapping
[OpenMP] Prefix outlined and reduction func names with original func's name
2023-04-19 23:00:26 +03:00
CXX
[clang] Add test for CWG1821
2023-04-25 09:03:46 +03:00
Driver
[clang][driver] Enable MisExpect diagnostics flag outside of CC1
2023-04-27 21:19:46 +00:00
ExtractAPI
[clang][ExtractAPI] Complete declaration fragments for TagDecl types defined in a typedef
2023-04-13 17:55:45 +01:00
FixIt
Format
Frontend
[NVPTX] Add __CUDA_ARCH__ macro to standalone NVPTX compilations
2023-03-27 18:08:15 -05:00
Headers
HIP: Directly call fma builtins
2023-04-26 19:27:11 -04:00
Import
[clang][ASTImporter] Add VaList declaration to lookup table.
2023-03-06 09:32:02 +01:00
Index
[Sema] Populate declarations inside TypeLocs for some invalid types
2023-04-06 19:02:41 +02:00
Integration
InterfaceStubs
Interpreter
[clang-repl] Only enable dynamic-library test on x86_64
2023-04-26 09:46:38 +05:30
Layout
Lexer
[Clang] Add tests and mark as implemented WG14-N2728
2023-04-27 14:25:41 -07:00
LibClang
Misc
[NVPTX] Introduce attribute to mark kernels without a language mode
2023-03-24 14:42:25 -05:00
Modules
[C++20] [Modules] Avoid crash if the inconsistency the size of lang options exceeds 1
2023-04-27 14:20:59 +08:00
OpenMP
[InstSimplify] sdiv a (1 srem b) --> a
2023-04-24 14:37:07 +02:00
Parser
[clang] add diagnose when member function contains invalid default argument
2023-04-25 23:08:30 +02:00
ParserHLSL
ParserSYCL
PCH
[Serialization] Place command line defines in the correct file
2023-04-24 14:07:41 +01:00
Preprocessor
Keep multiple-include optimization for null directives
2023-04-27 13:44:11 -04:00
Profile
[clang] Apply -fcoverage-prefix-map reverse order
2023-04-27 00:24:18 +00:00
Refactor
Rewriter
Sema
[RISCV] Remove support for attribute interrupt("user").
2023-04-27 08:21:36 -07:00
SemaCUDA
SemaCXX
[clang] Fix a crash with parenthesized aggregate initialization and base classes
2023-04-27 10:43:16 -07:00
SemaHLSL
[Sema] Fix reporting of invalid shader attribute on HLSL entry function
2023-04-06 10:56:01 +01:00
SemaObjC
[C2x] Implement support for empty brace initialization (WG14 N2900 and WG14 N3011)
2023-04-03 15:22:52 -04:00
SemaObjCXX
SemaOpenCL
[C2x] Implement support for empty brace initialization (WG14 N2900 and WG14 N3011)
2023-04-03 15:22:52 -04:00
SemaOpenCLCXX
SemaOpenMP
[Clang][Sema] Fix invalid cast when validating SVE types within CheckVariableDeclarationType.
2023-04-24 12:45:19 +00:00
SemaSYCL
SemaTemplate
[Clang][Sema] Fix comparison of constraint expressions
2023-04-27 21:33:32 +00:00
TableGen
Templight
Tooling
Unit
utils /update_cc_test_checks
[OpenMP] Prefix outlined and reduction func names with original func's name
2023-04-19 23:00:26 +03:00
VFS
.clang-format
CMakeLists.txt
[NFC] [CMake] Add misssing dependencies
2023-03-10 17:13:09 -06:00
lit.cfg.py
Revert "[clang][lit] Make LIT aware of env CLANG_CRASH_DIAGNOSTICS_DIR."
2023-04-05 20:55:08 +02:00
lit.site.cfg.py.in
TestRunner.sh