.. |
APINotes
|
…
|
|
ARCMT
|
…
|
|
AST
|
Revert "[C++20][Modules] Update handling of implicit inlines [P1779R3]"
|
2022-07-11 13:59:41 -07:00 |
ASTMerge
|
…
|
|
Analysis
|
[analyzer] Fix assertion in simplifySymbolCast
|
2022-07-05 19:00:23 +02:00 |
C/drs
|
Update the status & add tests for some more C99 DRs
|
2022-07-06 14:34:36 -04:00 |
CXX
|
Revert "[C++20][Modules] Update handling of implicit inlines [P1779R3]"
|
2022-07-11 13:59:41 -07:00 |
ClangScanDeps
|
[Lex] Make sure to notify `MultipleIncludeOpt` for "read tokens" during fast dependency directive lexing
|
2022-06-29 15:50:16 -07:00 |
CodeCompletion
|
…
|
|
CodeGen
|
Revert "[C++20][Modules] Build module static initializers per P1874R1."
|
2022-07-11 19:50:31 +01:00 |
CodeGenCUDA
|
[HIP] Generate offloading entries for HIP with the new driver.
|
2022-07-11 15:49:21 -04:00 |
CodeGenCUDASPIRV
|
…
|
|
CodeGenCXX
|
[clang] Enforce instantiation of constexpr template functions during non-constexpr evaluation
|
2022-07-10 08:40:03 +02:00 |
CodeGenCoroutines
|
[NFC][Coroutines] Add regression test for heap allocation elision optimization
|
2022-07-11 16:41:05 +02:00 |
CodeGenHIP
|
…
|
|
CodeGenHLSL
|
[HLSL] Enable half type for hlsl.
|
2022-06-23 12:56:26 -07:00 |
CodeGenObjC
|
Revert "[SimplifyCFG] Thread branches on same condition in more cases (PR54980)"
|
2022-07-05 16:57:46 +02:00 |
CodeGenObjCXX
|
Revert "[SimplifyCFG] Thread branches on same condition in more cases (PR54980)"
|
2022-07-05 16:57:46 +02:00 |
CodeGenOpenCL
|
[AMDGPU] Add WMMA clang builtins
|
2022-07-01 08:55:25 +02:00 |
CodeGenOpenCLCXX
|
…
|
|
CodeGenSYCL
|
…
|
|
Coverage
|
…
|
|
CoverageMapping
|
[clang][NFC] Cleanup some coroutine tests
|
2022-05-16 05:15:12 -07:00 |
Driver
|
[X86] Support -mstack-protector-guard-symbol
|
2022-07-12 10:17:00 +08:00 |
ExtractAPI
|
[clang][extract-api] Don't emit symbols prefixed with an underscore
|
2022-05-25 19:02:18 +01:00 |
FixIt
|
[Clang][C++23] P2071 Named universal character escapes
|
2022-06-25 19:03:33 +02:00 |
Format
|
[clang-format] Fix an assertion failure on -lines=0:n
|
2022-07-08 23:41:16 -07:00 |
Frontend
|
[Metadata] Add 'exclude' metadata to add the exclude flags on globals
|
2022-07-07 12:20:40 -04:00 |
Headers
|
[OpenCL] Reword unknown extension pragma diagnostic
|
2022-06-15 10:54:46 +01:00 |
Import
|
…
|
|
Index
|
[AIX][clang/test] Set/propagate AIXTHREAD_STK for AIX
|
2022-07-08 18:33:16 -04:00 |
Integration
|
…
|
|
InterfaceStubs
|
…
|
|
Interpreter
|
[clang-repl][NFC] Split weak symbol test to a new test
|
2022-07-08 09:17:11 +08:00 |
Layout
|
…
|
|
Lexer
|
Revert "[Clang] Add a warning on invalid UTF-8 in comments."
|
2022-07-09 17:18:35 +02:00 |
LibClang
|
…
|
|
Misc
|
[clang] Introduce -Warray-parameter
|
2022-07-08 22:36:05 +02:00 |
Modules
|
[C++20][Modules] Implement include translation.
|
2022-07-10 11:06:51 +01:00 |
OpenMP
|
[OMPIRBuilder] Add support for simdlen clause
|
2022-07-11 13:29:06 -04:00 |
PCH
|
Improve the formatting of static_assert messages
|
2022-06-30 23:59:21 +02:00 |
Parser
|
[Clang][C++23] P2071 Named universal character escapes
|
2022-06-25 19:03:33 +02:00 |
ParserHLSL
|
[HLSL] Adjust access specifier behavior
|
2022-04-28 10:37:50 -05:00 |
ParserSYCL
|
…
|
|
Preprocessor
|
[X86] Add RDPRU instruction
|
2022-07-06 07:17:47 -07:00 |
Profile
|
[NFC] Rename Instrinsic to Intrinsic
|
2022-04-25 18:13:23 +01:00 |
Refactor
|
…
|
|
Rewriter
|
…
|
|
Sema
|
[clang] Introduce -Warray-parameter
|
2022-07-08 22:36:05 +02:00 |
SemaCUDA
|
Fix test; we now expect a pedantic warning
|
2022-05-11 06:52:21 -04:00 |
SemaCXX
|
[clang] Enforce instantiation of constexpr template functions during non-constexpr evaluation
|
2022-07-10 08:40:03 +02:00 |
SemaHLSL
|
[NFC][HLSL] Add tests for vector alias. Remove dead code.
|
2022-07-05 16:32:59 -05:00 |
SemaObjC
|
[clang] Reject non-declaration C++11 attributes on declarations
|
2022-06-15 11:58:26 +02:00 |
SemaObjCXX
|
[objcxx] Fix `std::addressof` for `id`.
|
2022-07-08 11:29:30 -07:00 |
SemaOpenCL
|
[OpenCL] Reduce emitting candidate notes for builtins
|
2022-06-27 09:55:44 +01:00 |
SemaOpenCLCXX
|
…
|
|
SemaSYCL
|
…
|
|
SemaTemplate
|
Revert "Re-apply "Deferred Concept Instantiation Implementation"""
|
2022-07-01 11:20:16 -07:00 |
TableGen
|
…
|
|
Templight
|
…
|
|
Tooling
|
Revert "[clang-diff] Fix assertion error when dealing with wide strings"
|
2022-06-07 14:58:10 -07:00 |
Unit
|
[lit] Fix setup of sanitizer environment
|
2022-05-19 19:24:16 -07:00 |
VFS
|
Reland "[dwarf] Emit a DIGlobalVariable for constant strings."
|
2022-05-18 13:56:45 -07:00 |
clang-rename
|
…
|
|
utils/update_cc_test_checks
|
Revert "[utils] Avoid hardcoding metadata ids in update_cc_test_checks"
|
2022-05-10 14:04:19 -07:00 |
.clang-format
|
Disable clang-format entirely for test directories
|
2022-07-08 07:34:18 -04:00 |
CMakeLists.txt
|
Revert "[llvm] cmake config groundwork to have ZSTD in LLVM"
|
2022-07-08 13:48:05 -07:00 |
TestRunner.sh
|
…
|
|
lit.cfg.py
|
[AIX][clang/test] Set/propagate AIXTHREAD_STK for AIX
|
2022-07-08 18:33:16 -04:00 |
lit.site.cfg.py.in
|
Revert "[llvm] cmake config groundwork to have ZSTD in LLVM"
|
2022-07-08 13:48:05 -07:00 |