.. |
APINotes
|
…
|
|
ARCMT
|
…
|
|
AST
|
[clang] Add [is|set]Nested methods to NamespaceDecl
|
2022-11-24 12:44:35 +00:00 |
ASTMerge
|
…
|
|
Analysis
|
[analyzer] Deprecate FAM analyzer-config, recommend -fstrict-flex-arrays instead
|
2022-11-25 10:24:56 +01:00 |
C
|
Add more tests for C DRs and update the status page
|
2022-11-18 14:15:41 -05:00 |
CXX
|
[Clang] Implement CWG2654: Un-deprecation of compound volatile assignments
|
2022-11-29 17:15:39 +01:00 |
ClangScanDeps
|
Revert "[clang][deps] During scanning don't emit warnings-as-errors that are ignored with diagnostic pragmas."
|
2022-11-28 21:22:29 -08:00 |
CodeCompletion
|
[clang][DR2621] using enum NAME lookup fix
|
2022-09-28 08:50:27 -07:00 |
CodeGen
|
[clang][CodeGen] Switch tests to use opt -passes
|
2022-11-28 12:12:49 +01:00 |
CodeGenCUDA
|
[clang][cuda/hip] Allow `__noinline__` lambdas
|
2022-11-04 07:33:31 +00:00 |
CodeGenCUDASPIRV
|
…
|
|
CodeGenCXX
|
[Windows] Convert tests to check 'target=<triple>'
|
2022-11-29 10:33:21 -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
|
[OpenCL] Remove arm-integer-dot-product extension pragmas
|
2022-11-29 13:26:50 +00:00 |
CodeGenOpenCLCXX
|
…
|
|
CodeGenSYCL
|
Fix incorrect cast in VisitSYCLUniqueStableNameExpr
|
2022-11-19 11:43:17 +00:00 |
Coverage
|
…
|
|
CoverageMapping
|
…
|
|
Driver
|
[Windows] Convert tests to check 'target=<triple>'
|
2022-11-29 10:33:21 -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
|
Refactor StaticAnalyzer to use `clang::SarifDocumentWriter`
|
2022-11-17 14:47:02 -05:00 |
Headers
|
clang/HIP: Add another math header test
|
2022-11-28 18:02:20 -05:00 |
Import
|
…
|
|
Index
|
[Index] Add various missing USR generation
|
2022-11-28 11:51:08 -08:00 |
Integration
|
…
|
|
InterfaceStubs
|
[clang] [test] Use %clang_cc1 substitution consistently
|
2022-09-29 20:59:00 +02:00 |
Interpreter
|
…
|
|
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
|
[modules] Fix marking `ObjCMethodDecl::isOverriding` when there are no overrides.
|
2022-11-24 14:26:02 -08:00 |
OpenMP
|
[clang][CodeGen] Add default attributes to __clang_call_terminate
|
2022-11-29 13:09:52 +00:00 |
PCH
|
[PCH] Remove useless UNSUPPORTED clause
|
2022-11-29 10:07:38 -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
|
[lit] UNSUPPORTED ps4/ps5 => target={{.*-ps(4|5)}}
|
2022-11-29 09:07:59 -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] Implement CWG2654: Un-deprecation of compound volatile assignments
|
2022-11-29 17:15:39 +01: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
|
[Clang][Sema] Added space after ',' in a warning
|
2022-11-22 13:26:40 +00: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
|
[clang] Require parameter pack to be last argument in concepts.
|
2022-11-28 18:40:19 +00: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 |