.. |
APINotes
|
…
|
|
ARCMT
|
Recommit: Compress formatting of array type names (int [4] -> int[4])
|
2021-10-21 11:34:43 -07:00 |
AST
|
Properly determine the end location of an ObjCObjectPointerType.
|
2021-10-29 13:15:53 -07:00 |
ASTMerge
|
Recommit: Compress formatting of array type names (int [4] -> int[4])
|
2021-10-21 11:34:43 -07:00 |
Analysis
|
[clang][NFC] Inclusive terms: Replace uses of whitelist in clang/lib/StaticAnalyzer
|
2021-10-29 16:51:36 -04:00 |
CXX
|
[clang] NFC: include non friendly types and missing sugar in test expectations
|
2021-10-27 23:03:29 +02:00 |
ClangScanDeps
|
[clang][deps] Fix fragile test
|
2021-10-27 14:00:13 +02:00 |
CodeCompletion
|
Diagnose -Wunused-value based on CFG reachability
|
2021-09-28 10:00:15 -07:00 |
CodeGen
|
[Verifier] Add verification logic for GlobalIFuncs
|
2021-10-31 20:00:57 -07:00 |
CodeGenCUDA
|
[HIP] [AlwaysInliner] Disable AlwaysInliner to eliminate undefined symbols
|
2021-10-18 16:53:15 -06:00 |
CodeGenCXX
|
Revert rest of `IRBuilderBase`'s short-circuiting folds
|
2021-10-28 02:15:14 +03:00 |
CodeGenCoroutines
|
Revert D105169 due to the two-stage failure in ASAN
|
2021-10-18 23:52:46 +09:00 |
CodeGenHIP
|
…
|
|
CodeGenObjC
|
Revert rest of `IRBuilderBase`'s short-circuiting folds
|
2021-10-28 02:15:14 +03:00 |
CodeGenObjCXX
|
Revert D105169 due to the two-stage failure in ASAN
|
2021-10-18 23:52:46 +09:00 |
CodeGenOpenCL
|
[test] Remove tests pinned to the legacy PM
|
2021-10-18 16:40:46 -07:00 |
CodeGenOpenCLCXX
|
Revert "[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`"
|
2021-10-27 22:21:37 +03:00 |
CodeGenSYCL
|
Revert D105169 due to the two-stage failure in ASAN
|
2021-10-18 23:52:46 +09:00 |
Coverage
|
…
|
|
CoverageMapping
|
…
|
|
Driver
|
[AArch64] Enablement of Cortex-X2
|
2021-11-01 11:55:24 +00:00 |
FixIt
|
…
|
|
Format
|
…
|
|
Frontend
|
[clang] Add plugin ActionType to run command line plugin before main action
|
2021-10-20 08:58:20 -07:00 |
Headers
|
Revert D105169 due to the two-stage failure in ASAN
|
2021-10-18 23:52:46 +09:00 |
Import
|
Recommit: Compress formatting of array type names (int [4] -> int[4])
|
2021-10-21 11:34:43 -07:00 |
Index
|
Recommit: Compress formatting of array type names (int [4] -> int[4])
|
2021-10-21 11:34:43 -07:00 |
Integration
|
…
|
|
InterfaceStubs
|
…
|
|
Interpreter
|
Reland "[clang-repl] Allow loading of plugins in clang-repl."
|
2021-10-05 13:04:01 +00:00 |
Layout
|
Recommit: Compress formatting of array type names (int [4] -> int[4])
|
2021-10-21 11:34:43 -07:00 |
Lexer
|
[clang] deprecate frelaxed-template-template-args, make it on by default
|
2021-10-27 22:48:27 +02:00 |
LibClang
|
…
|
|
Misc
|
[AArch64] Enablement of Cortex-X2
|
2021-11-01 11:55:24 +00:00 |
Modules
|
[AIX][NFC] Unsupported object-c test
|
2021-11-01 13:44:23 +00:00 |
OpenMP
|
[OpenMP] Add triple to run lines to avoid message differences
|
2021-10-29 09:20:40 -07:00 |
PCH
|
Recommit: Compress formatting of array type names (int [4] -> int[4])
|
2021-10-21 11:34:43 -07:00 |
Parser
|
[CUDA][NFC] Fix inexact warning message about lambdas
|
2021-10-27 01:28:35 +00:00 |
ParserSYCL
|
…
|
|
Preprocessor
|
[clang] Partially revert d8cd780631 .
|
2021-10-29 02:41:54 -04:00 |
Profile
|
[test] Remove tests pinned to the legacy PM
|
2021-10-18 16:40:46 -07:00 |
Refactor
|
…
|
|
Rewriter
|
…
|
|
Sema
|
Revert "[clang] Fortify warning for scanf calls with field width too big."
|
2021-10-28 10:41:18 -04:00 |
SemaCUDA
|
[openmp] Emit deferred diag only when device compilation presents
|
2021-10-25 11:19:18 -07:00 |
SemaCXX
|
Re-instate -Wweak-template-vtables as a no-op flag
|
2021-10-28 14:40:59 +02:00 |
SemaObjC
|
format_arg attribute should allow instancetype in NSString definition
|
2021-10-28 20:25:00 -07:00 |
SemaObjCXX
|
Recommit: Compress formatting of array type names (int [4] -> int[4])
|
2021-10-21 11:34:43 -07:00 |
SemaOpenCL
|
Recommit: Compress formatting of array type names (int [4] -> int[4])
|
2021-10-21 11:34:43 -07:00 |
SemaOpenCLCXX
|
Recommit: Compress formatting of array type names (int [4] -> int[4])
|
2021-10-21 11:34:43 -07:00 |
SemaSYCL
|
Reland [clang] Check unsupported types in expressions
|
2021-10-15 13:55:36 +03:00 |
SemaTemplate
|
[clang] NFC: include non friendly types and missing sugar in test expectations
|
2021-10-27 23:03:29 +02:00 |
TableGen
|
…
|
|
Templight
|
…
|
|
Tooling
|
…
|
|
Unit
|
…
|
|
VFS
|
…
|
|
clang-rename
|
…
|
|
utils/update_cc_test_checks
|
Revert D105169 due to the two-stage failure in ASAN
|
2021-10-18 23:52:46 +09:00 |
.clang-format
|
…
|
|
CMakeLists.txt
|
Reinstate "[clang-repl] Re-implement clang-interpreter as a test case."
|
2021-10-26 19:29:56 +00:00 |
TestRunner.sh
|
…
|
|
cxx-sections.data
|
…
|
|
lit.cfg.py
|
Reinstate "[clang-repl] Re-implement clang-interpreter as a test case."
|
2021-10-26 19:29:56 +00:00 |
lit.site.cfg.py.in
|
…
|
|
make_test_dirs.pl
|
…
|
|