.. |
APINotes
|
…
|
|
ARCMT
|
…
|
|
AST
|
[Clang] Support label at end of compound statement
|
2022-09-17 15:34:56 +00:00 |
ASTMerge
|
…
|
|
Analysis
|
[analyzer] Dump the environment entry kind as well
|
2022-09-13 09:04:27 +02:00 |
C
|
Correctly diagnose use of long long literals w/o a suffix
|
2022-09-17 07:55:10 -04:00 |
CXX
|
Fix this test to be more robust
|
2022-09-17 08:06:16 -04:00 |
ClangScanDeps
|
[Clang][ScanDeps] Change multiple-commands.c test to use -fmodules-cache-path on implicit builds
|
2022-09-09 16:20:04 -07:00 |
CodeCompletion
|
[clang] Apply FixIts to members declared via `using` in derived classes
|
2022-08-17 10:09:48 +02:00 |
CodeGen
|
Currently the options ‘ffast-math’ and ‘ffp-contract’ are connected.
|
2022-09-16 11:08:41 -04:00 |
CodeGenCUDA
|
[test] Change cc1 -fvisibility to -fvisibility=
|
2022-09-02 12:36:44 -07:00 |
CodeGenCUDASPIRV
|
[CUDA/SPIR-V] Force passing aggregate type byval
|
2022-07-22 20:30:15 +00:00 |
CodeGenCXX
|
Revert "[OpenMP] Codegen aggregate for outlined function captures"
|
2022-09-15 03:08:46 +00:00 |
CodeGenCoroutines
|
[C++20] [Coroutines] Prefer sized deallocation in promise_type
|
2022-09-14 15:07:31 +08:00 |
CodeGenHIP
|
Revert "Revert "[Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values""
|
2022-07-29 19:07:07 +00:00 |
CodeGenHLSL
|
[NFC} update CodeGenHLSL tests to use cc1 instead of driver-mode
|
2022-09-17 00:11:44 -07:00 |
CodeGenObjC
|
[test] Change cc1 -fvisibility to -fvisibility=
|
2022-09-02 12:36:44 -07:00 |
CodeGenObjCXX
|
[WinEH] Apply funclet operand bundles to nounwind intrinsics that lower to function calls in the course of IR transforms
|
2022-07-26 17:52:43 +02:00 |
CodeGenOpenCL
|
[AMDGPU] Added __builtin_amdgcn_ds_bvh_stack_rtn
|
2022-09-16 02:42:09 -07:00 |
CodeGenOpenCLCXX
|
…
|
|
CodeGenSYCL
|
…
|
|
Coverage
|
…
|
|
CoverageMapping
|
[InstrProfiling] No runtime hook for unused funcs
|
2022-09-16 02:05:09 +00:00 |
Driver
|
[clang] [Driver] Add an option to disable default config filenames
|
2022-09-16 19:38:11 +02:00 |
ExtractAPI
|
[clang][ExtractAPI] Record availability information on all platforms
|
2022-08-19 14:54:52 -07:00 |
FixIt
|
[clang] trim trailing space in format tests. NFC
|
2022-09-01 13:30:40 +08:00 |
Format
|
[test] Use host platform specific error message substitution
|
2022-09-16 15:13:45 -04:00 |
Frontend
|
Frontend: Respect -working-directory when checking if output files can be written
|
2022-09-09 08:57:12 -07:00 |
Headers
|
[clang][Darwin] Re-apply "Always set the default C++ Standard Library to libc++"
|
2022-08-16 09:27:18 -04:00 |
Import
|
…
|
|
Index
|
[Clang][Comments] Fix `Index/comment-lots-of-unknown-commands.c`
|
2022-09-02 12:34:38 +01:00 |
Integration
|
…
|
|
InterfaceStubs
|
[test] Change cc1 -fvisibility to -fvisibility=
|
2022-09-02 12:36:44 -07:00 |
Interpreter
|
[CodeGen] Track DeferredDecls that have been emitted
|
2022-08-27 22:32:47 +08:00 |
Layout
|
[test] Make tests pass regardless of gnu++14/gnu++17 default
|
2022-09-04 05:29:32 +00:00 |
Lexer
|
Diagnosing the Future Keywords
|
2022-08-26 09:20:05 -04:00 |
LibClang
|
…
|
|
Misc
|
[cc1as] Support --compress-debug-sections=zstd
|
2022-09-08 16:31:45 -07:00 |
Modules
|
Set HOME for tests that use module cache path
|
2022-09-15 23:58:57 +00:00 |
OpenMP
|
Revert "[OpenMP] Codegen aggregate for outlined function captures"
|
2022-09-15 03:08:46 +00:00 |
PCH
|
[test] Make tests pass regardless of gnu++14/gnu++17 default
|
2022-09-04 05:29:32 +00:00 |
Parser
|
[Clang] Support label at end of compound statement
|
2022-09-17 15:34:56 +00:00 |
ParserHLSL
|
…
|
|
ParserSYCL
|
…
|
|
Preprocessor
|
Correct the __has_c_attribute value for fallthrough
|
2022-09-13 11:08:58 -04:00 |
Profile
|
[Clang] Give error message for invalid profile path when compiling IR
|
2022-09-16 19:45:57 +00:00 |
Refactor
|
…
|
|
Rewriter
|
Fix -Wbitfield-constant-conversion on 1-bit signed bitfield
|
2022-08-09 11:43:50 -04:00 |
Sema
|
[clang] use getCommonSugar in an assortment of places
|
2022-09-16 16:36:00 +02:00 |
SemaCUDA
|
…
|
|
SemaCXX
|
[clang][C++20] Fix clang/clangd assert/crash after compilation errors
|
2022-09-17 07:37:19 -07:00 |
SemaHLSL
|
[HLSL] Enable availability attribute
|
2022-09-16 16:04:27 -05:00 |
SemaObjC
|
[clang] use getCommonSugar in an assortment of places
|
2022-09-16 16:36:00 +02:00 |
SemaObjCXX
|
[Sema][ObjC] Don't warn about implicitly-retained self in an unevaluated
|
2022-08-22 12:16:37 -07:00 |
SemaOpenCL
|
[AMDGPU] Add builtin s_sendmsg_rtn
|
2022-08-22 18:29:23 -04:00 |
SemaOpenCLCXX
|
…
|
|
SemaSYCL
|
[test] Make tests pass regardless of gnu++14/gnu++17 default
|
2022-09-04 05:29:32 +00:00 |
SemaTemplate
|
[clang] Fix AST representation of expanded template arguments.
|
2022-09-17 01:24:46 +02:00 |
TableGen
|
…
|
|
Templight
|
…
|
|
Tooling
|
…
|
|
Unit
|
[lit] Set shlibpath_var on OpenBSD
|
2022-09-15 21:43:54 -04:00 |
VFS
|
[clang][modules] Don't depend on sharing FileManager during module build
|
2022-08-05 12:24:40 -07:00 |
clang-rename
|
…
|
|
utils/update_cc_test_checks
|
Revert "[OpenMP] Codegen aggregate for outlined function captures"
|
2022-09-15 03:08:46 +00:00 |
.clang-format
|
Disable clang-format entirely for test directories
|
2022-07-08 07:34:18 -04:00 |
CMakeLists.txt
|
[Driver] Support -gz=zstd
|
2022-09-08 01:39:06 -07:00 |
TestRunner.sh
|
…
|
|
lit.cfg.py
|
C++/ObjC++: switch to gnu++17 as the default standard
|
2022-09-08 08:22:04 +00:00 |
lit.site.cfg.py.in
|
[Driver] Support -gz=zstd
|
2022-09-08 01:39:06 -07:00 |