- 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
[Clang] [C++26] Expansion Statements (Part 5: Iterating Expansion Statements) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169684 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 2: Parsing and Parser Tests) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169681 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 10: Expansion Limit) c++26 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 Clang issues not falling into any other category
#169689 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 8: Codegen) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169687 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 3: Enumerating Expansion Statements) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169682 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 9: Control Flow) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169688 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 11: Final Touches and Tests) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169690 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] Introduce OverflowBehaviorType for fine-grained overflow control clang:as-a-library libclang and C++ API 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 debuginfo lldb
#148914 opened Jul 15, 2025 by JustinStitt Loading… updated Dec 1, 2025
[clang]: reflection operator parsing for primitive types c++26 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 reflection Issues related to C++26 reflection
#164692 opened Oct 22, 2025 by changkhothuychung Loading… updated Dec 1, 2025
[Clang] adjust caret placement for the suggested attribute location for enum class clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#168092 opened Nov 14, 2025 by a-tarasyuk Loading… updated Dec 1, 2025
[HLSL][SPIR-V] Implement vk::location for inputs backend:SPIR-V clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" HLSL HLSL Language Support
#169479 opened Nov 25, 2025 by Keenuts Loading… updated Dec 1, 2025
[x86][AVX-VNNI] Fix VPDPWXXD Argument Types backend:X86 clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics compiler-rt:sanitizer llvm:ir llvm:transforms
#169456 opened Nov 25, 2025 by BaiXilin Loading… updated Dec 1, 2025
[Clang] prevent crash on invalid nested name specifiers with a single colon clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169246 opened Nov 23, 2025 by a-tarasyuk Loading… updated Dec 1, 2025
[clang] Check captured variables for noreturn attribute clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#155213 opened Aug 25, 2025 by spavloff Loading… updated Dec 1, 2025
[AArch64] Add intrinsics for 9.6 crypto instructions backend:AArch64 clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:ir
#165545 opened Oct 29, 2025 by Lukacma Loading… updated Dec 1, 2025
[Sema] Suggest missing format attributes clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#166738 opened Nov 6, 2025 by vvuksanovic Loading… updated Dec 1, 2025
[clang][NVPTX] Add support for mixed-precision FP arithmetic backend:NVPTX clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:ir
#168359 opened Nov 17, 2025 by Wolfram70 Loading… updated Dec 1, 2025
[HLSL][Matrix] Add support for Matrix element and trunc Casts 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:static analyzer clang Clang issues not falling into any other category ClangIR Anything related to the ClangIR project HLSL HLSL Language Support
#168915 opened Nov 20, 2025 by farzonl Loading… updated Dec 1, 2025
Fix NDEBUG Wundef warning; NFC clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170153 opened Dec 1, 2025 by svenvh Loading… updated Dec 1, 2025
[AArch64] Add intrinsics support for SVE2p2 instructions backend:AArch64 clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:ir
#163575 opened Oct 15, 2025 by Lukacma Loading… updated Dec 1, 2025
[Clang][AArch64] Implement widening FMMLA intrinsics backend:AArch64 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:ir
#165282 opened Oct 27, 2025 by Amichaxx Loading… updated Dec 1, 2025
[SystemZ] Global Stackprotector and associated location section backend:SystemZ 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"
#169317 opened Nov 24, 2025 by dominik-steenken Loading… updated Dec 1, 2025
[Clang] Fix handling of zero-length arrays in sfinae context. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170144 opened Dec 1, 2025 by cor3ntin Loading… updated Dec 1, 2025
Added partial support for compiling C++20 modules and header-units without scanning. backend:SystemZ 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 llvm:support
#147682 opened Jul 9, 2025 by HassanSajjad-302 Loading… updated Dec 1, 2025
[ARM] enable FENV_ACCESS pragma support for hard-float targets backend:ARM clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:globalisel
#137101 opened Apr 24, 2025 by Varnike Loading… updated Dec 1, 2025
ProTip! Adding no:label will show everything without a label.