- Notifications
You must be signed in to change notification settings - Fork 15.3k
Pull requests: llvm/llvm-project
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[RFC] Initial implementation of P2719 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang:static analyzer clang Clang issues not falling into any other category coroutines C++20 coroutines
#113510 by ojhunt was merged Apr 11, 2025 Loading…
[clangd] [C++20] [Modules] Introduce initial support for C++20 Modules clang:modules C++20 modules and Clang Header Modules clang-tools-extra clangd
#66462 by ChuanqiXu9 was merged Jul 18, 2024 Loading…
nonblocking/nonallocating attributes (was: nolock/noalloc) clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category extension:clang
#84983 by dougsonos was merged Jun 24, 2024 Loading…
nonblocking/nonallocating attributes: 2nd pass caller/callee analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#99656 by dougsonos was merged Oct 3, 2024 Loading…
Introduce paged vector clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category llvm:adt llvm:support
#66430 by ktf was merged Sep 30, 2023 Loading…
✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-C++ by-proxy) c23 clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang:static analyzer clang Clang issues not falling into any other category cmake Build system in general and CMake in particular
#68620 by ThePhD was merged Jun 12, 2024 Loading…
[clang] Introduce diagnostics suppression mappings clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category clang-tidy clang-tools-extra llvm:support
#112517 by kadircet was merged Nov 12, 2024 Loading…
Add Clang attribute to ensure that fields are initialized explicitly clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#102040 by higher-performance was merged Jan 14, 2025 Loading…
[Clang][OpenMP][LoopTransformations] Add support for "#pragma omp fuse" loop transformation directive and "looprange" clause clang:as-a-library libclang and C++ API clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang:openmp OpenMP related changes to Clang clang:static analyzer clang Clang issues not falling into any other category flang:fir-hlfir flang:openmp flang:parser flang:semantics flang Flang issues not falling into any other category openmp:libomp OpenMP host runtime
#139293 by eZWALT was merged Sep 29, 2025 Loading…
[Clang] Add a builtin that deduplicate types into a pack clang:as-a-library libclang and C++ API clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category clang-tools-extra clangd
#106730 by ilya-biryukov was merged Aug 20, 2025 Loading…
[Clang][P1061] Add stuctured binding packs c++26 clang:as-a-library libclang and C++ API clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang:static analyzer clang Clang issues not falling into any other category debuginfo
#121417 by ricejasonf was merged Jan 29, 2025 Loading…
[clang] Improve nested name specifier AST representation backend:AArch64 backend:AMDGPU backend:ARC backend:ARM backend:CSKY backend:Hexagon backend:Lanai backend:loongarch backend:MIPS backend:PowerPC backend:RISC-V backend:Sparc backend:SystemZ backend:WebAssembly backend:X86 clang:analysis clang:as-a-library libclang and C++ API clang:bytecode Issues for the clang bytecode constexpr interpreter clang:codegen IR generation bugs: mangling, exceptions, etc. clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang:openmp OpenMP related changes to Clang clang:static analyzer clang Clang issues not falling into any other category clang-tidy clang-tools-extra clangd coroutines C++20 coroutines debuginfo HLSL HLSL Language Support libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lldb
#147835 by mizvekov was merged Aug 9, 2025 Loading…
Revise the modules document for clarity c++20 clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category documentation
#90237 by AaronBallman was merged May 8, 2024 Loading…
[Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#90574 by yronglin was merged Jul 20, 2024 Loading…
[SYCL] The sycl_kernel_entry_point attribute. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category SYCL https://registry.khronos.org/SYCL
#111389 by tahonermann was merged Nov 5, 2024 Loading…
[Clang] Normalize constraints before checking for satisfaction clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category HLSL HLSL Language Support libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
#141776 by cor3ntin was merged Oct 2, 2025 Loading…
[C++20] [Modules] [Itanium ABI] Generate the vtable in the module unit of dynamic classes ABI Application Binary Interface clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#75912 by ChuanqiXu9 was merged Jun 17, 2024 Loading…
[Serialization] Code cleanups and polish 83233 clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#83237 by ChuanqiXu9 was closed Dec 6, 2024 Loading…
[AArch64][PAC] Support ptrauth builtins and -fptrauth-intrinsics. backend:AArch64 backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
[Serialization] Load Specializations Lazily clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#76774 by ChuanqiXu9 was closed Apr 25, 2024 Loading…
[Clang] [C++26] Implement P2573R2: Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
= delete("should have a reason"); c++26 clang:frontend #86526 by Sirraide was merged Apr 14, 2024 Loading…
8 tasks done
[CUDA] Add device-side kernel launch support clang:codegen IR generation bugs: mangling, exceptions, etc. clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#165519 by darkbuck was merged Dec 1, 2025 Loading…
[clangd] [Modules] Support Reusable Modules Builder clang:modules C++20 modules and Clang Header Modules clang-tools-extra clangd
#106683 by ChuanqiXu9 was merged Nov 12, 2024 Loading…
[clang][DebugInfo] Add symbol for debugger with VTable information. clang:codegen IR generation bugs: mangling, exceptions, etc. clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category debuginfo lldb
#130255 by CarlosAlbertoEnciso was merged May 28, 2025 Loading…
[c++20] P1907R1: Support for generalized non-type template arguments of scalar type. c++20 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category clang-tools-extra clangd debuginfo lldb
#78041 by bolshakov-a was merged Jan 21, 2024 Loading…
Previous Next
ProTip! Mix and match filters to narrow down what you’re looking for.