.. |
APINotes
|
…
|
|
ARCMT
|
…
|
|
AST
|
[clang][Interp] Explicitly handle RVO Pointer
|
2022-11-30 10:37:57 +01:00 |
ASTMerge
|
[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'
|
2022-12-02 09:44:15 -08:00 |
Analysis
|
[clang] Use std::nullopt instead of None in comments (NFC)
|
2022-12-04 15:57:24 -08:00 |
C
|
Add test coverage for more C DRs
|
2022-11-29 14:44:37 -05:00 |
CXX
|
[clang] Remove unused bookmark in CWG360 test (NFC)
|
2022-12-02 11:52:19 +03:00 |
ClangScanDeps
|
[clang][modules][deps] Serialize inputs into PCMs using the "as requested" name
|
2022-12-02 16:12:16 -08:00 |
CodeCompletion
|
[clang][DR2621] using enum NAME lookup fix
|
2022-09-28 08:50:27 -07:00 |
CodeGen
|
[VENTUS][feat] Support varadic function && enable address space in vastart/vaend
|
2023-08-08 15:45:41 +08:00 |
CodeGenCUDA
|
Revert "enable code-object-version=5"
|
2022-11-29 15:21:09 -06:00 |
CodeGenCUDASPIRV
|
…
|
|
CodeGenCXX
|
[Windows] Canonicalize on 'target=.*-windows'
|
2022-11-30 12:07:27 -08:00 |
CodeGenCoroutines
|
[Test] Fix CHECK typo.
|
2022-11-04 10:18:04 -07:00 |
CodeGenHIP
|
clang: Fix cast failure when using -fsanitize=undefined for HIP
|
2022-11-29 11:48:46 -05:00 |
CodeGenHLSL
|
[HLSL] add sin library function
|
2022-11-16 18:29:50 -08:00 |
CodeGenObjC
|
[IR] Switch everything to use memory attribute
|
2022-11-04 10:21:38 +01:00 |
CodeGenObjCXX
|
Reland "[CGObjC] Add run line for release mode in test arc-exceptions-seh.mm (NFC)"
|
2022-11-23 11:35:22 +01:00 |
CodeGenOpenCL
|
[NFC][fix] Fix test cases failure
|
2024-03-07 10:57:30 +08:00 |
CodeGenOpenCLCXX
|
…
|
|
CodeGenSYCL
|
Fix incorrect cast in VisitSYCLUniqueStableNameExpr
|
2022-11-19 11:43:17 +00:00 |
Coverage
|
…
|
|
CoverageMapping
|
…
|
|
Driver
|
[clang][Windows]Ignore Options '/d1'
|
2022-12-03 22:47:59 +08:00 |
ExtractAPI
|
Revert "Only add targetFallback if target is not in defined in current product"
|
2022-11-07 13:33:59 +00:00 |
FixIt
|
CWG2635: Disallow constrained structured bindings.
|
2022-11-28 14:41:14 -08:00 |
Format
|
…
|
|
Frontend
|
[clang][darwin] Use consistent version define stringifying logic for different Darwin OSes
|
2022-11-29 14:22:34 -08:00 |
Headers
|
[InstCombine] canonicalize trunc + insert as bitcast + shuffle, part 1 (2nd try)
|
2022-11-30 14:52:20 -05:00 |
Import
|
[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'
|
2022-12-02 09:44:15 -08:00 |
Index
|
[Index] Add various missing USR generation
|
2022-11-28 11:51:08 -08:00 |
Integration
|
[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'
|
2022-12-02 09:44:15 -08:00 |
InterfaceStubs
|
[clang] [test] Use %clang_cc1 substitution consistently
|
2022-09-29 20:59:00 +02:00 |
Interpreter
|
[clang-repl] Support statements on global scope in incremental mode.
|
2022-12-03 07:18:07 +00:00 |
Layout
|
[Sema] Reject array element types whose sizes aren't a multiple of their
|
2022-09-21 09:15:03 -07:00 |
Lexer
|
[Clang] Implement static operator[]
|
2022-11-29 12:39:52 +02:00 |
LibClang
|
…
|
|
Misc
|
[Hexagon] Add clang flags for v71, v71t, v73
|
2022-11-18 09:39:47 -08:00 |
Modules
|
[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'
|
2022-12-02 09:44:15 -08:00 |
OpenMP
|
[clang][CodeGen] Add default attributes to __clang_call_terminate
|
2022-11-29 13:09:52 +00:00 |
PCH
|
[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'
|
2022-12-02 09:44:15 -08:00 |
Parser
|
Stop accepting 'bool' in a concept declaration as an extension.
|
2022-11-28 10:22:54 -08:00 |
ParserHLSL
|
[HLSL] Add groupshare address space.
|
2022-10-20 09:29:09 -07:00 |
ParserSYCL
|
…
|
|
Preprocessor
|
[PS4/PS5] Canonicalize tests to use 'target=.*-(ps4|ps5)'
|
2022-12-01 07:21:07 -08:00 |
Profile
|
[PGO] Consider parent context when weighing branches with likelyhood.
|
2022-10-08 23:49:27 +02:00 |
Refactor
|
…
|
|
Rewriter
|
…
|
|
Sema
|
[Clang] Extend the number of case Sema::CheckForIntOverflow covers
|
2022-11-15 12:07:03 -08:00 |
SemaCUDA
|
[CUDA, NVPTX] Added basic __bf16 support for NVPTX.
|
2022-10-25 11:08:06 -07:00 |
SemaCXX
|
[Clang] Adjust assert from Sema::BuildCXXTypeConstructExpr
|
2022-12-01 09:40:18 -08:00 |
SemaHLSL
|
[HLSL] Disable integer promotion to avoid int16_t being promoted to int for HLSL.
|
2022-10-20 16:06:25 -07:00 |
SemaObjC
|
Don't revisit the subexpressions of PseudoObjectExpr when building a
|
2022-12-02 11:41:09 -08:00 |
SemaObjCXX
|
[ObjC] Fix an assertion failure in EvaluateLValue
|
2022-11-15 14:41:28 -08:00 |
SemaOpenCL
|
[HLSL] Add groupshare address space.
|
2022-10-20 09:29:09 -07:00 |
SemaOpenCLCXX
|
[OpenCL] Fix diagnostics with templates in kernel args.
|
2022-11-10 18:55:12 +00:00 |
SemaSYCL
|
…
|
|
SemaTemplate
|
[Windows] Convert clang/test/Modules tests to check 'target=<triple>'
|
2022-11-29 12:17:36 -08:00 |
TableGen
|
Revert "Revert "[clang-tblgen][NFC] renames Diagnostic.Text to Diagnostic.Summary""
|
2022-11-21 04:55:19 +00:00 |
Templight
|
Properly print unnamed TagDecl objects in diagnostics
|
2022-10-14 08:18:28 -04:00 |
Tooling
|
…
|
|
Unit
|
[llvm,polly,clang] Stop setting config.enable_shared in most places
|
2022-11-21 08:54:14 -05:00 |
VFS
|
…
|
|
clang-rename
|
…
|
|
utils/update_cc_test_checks
|
[UpdateTestChecks] Fix `update_*_test_checks.py` to add "unused" prefixes
|
2022-11-28 13:24:32 -08:00 |
.clang-format
|
…
|
|
CMakeLists.txt
|
[clang] Remove CLANG_ENABLE_OPAQUE_POINTERS cmake option
|
2022-10-06 09:46:04 +02:00 |
TestRunner.sh
|
…
|
|
lit.cfg.py
|
[LIT] Add AArch64/Windows to LP64 feature
|
2022-10-24 11:40:52 +05:00 |
lit.site.cfg.py.in
|
[CMake] Remove CLANG_DEFAULT_STD_C/CLANG_DEFAULT_STD_CXX
|
2022-10-16 13:15:44 -07:00 |