- 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
✨ [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][Sema] Combine fallout warnings to just one warning clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#127546 by foxtran was merged Feb 19, 2025 Loading…
[Clang] Introduce a trait to determine the structure binding size c++26 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 enhancement Improving things as opposed to bug fixing, e.g. new or missing feature extension:clang
#131515 by cor3ntin was merged Mar 18, 2025 Loading…
[Clang][AST] Fix HandleLValueBase to deal with references clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category release:cherry-pick-failed
[clang][bytecode] Unify elementwise integer builtins using callback pattern clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169957 by Islam-Imad was merged Nov 29, 2025 Loading…
[RISCV] CodeGen of RVE and ilp32e/lp64e ABIs backend:RISC-V 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 llvm:mc Machine (object) code llvm:support
#76777 by wangpc-pp was merged Jan 16, 2024 Loading…
[C++20] [Modules] Convert '-fexperimental-modules-reduced-bmi' to '-fmodules-reduced-bmi' 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 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
#114382 by ChuanqiXu9 was merged Dec 10, 2024 Loading…
[Clang][C++23] Implement P1774R8: Portable assumptions 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
#81014 by Sirraide was merged Mar 9, 2024 Loading…
[clang] Accept lambdas in C++03 as an extensions clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category HLSL HLSL Language Support
#73376 by philnik777 was merged Mar 21, 2024 Loading…
[Clang] Add __builtin_is_within_lifetime to implement P2641R4's std::is_within_lifetime 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
#91895 by MitalAshok was merged Sep 5, 2024 Loading…
[clang] Implement constexpr __builtin_bit_cast for complex types clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category constexpr Anything related to constant evaluation
#109981 by tbaederr was merged Oct 16, 2024 Loading…
[clang] Make -fveclib={ArmPL,SLEEF} imply -fno-math-errno 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
#112580 by MacDue was merged Oct 23, 2024 Loading…
[Clang] Fix name lookup for dependent bases c++ clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#114978 by vbe-sc was merged Nov 26, 2024 Loading…
Switch builtin strings to use string tables backend:AArch64 backend:AMDGPU backend:ARM backend:DirectX backend:Hexagon backend:loongarch backend:m68k backend:MSP430 backend:PowerPC backend:RISC-V backend:Sparc backend:SystemZ backend:WebAssembly clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#118734 by chandlerc was merged Dec 9, 2024 Loading…
[Clang] Implement CWG2369 "Ordering between constraints and substitution" c++20 clang:frontend Language frontend issues, e.g. anything involving "Sema" concepts C++20 concepts
#102857 by zyn0217 was merged Jan 5, 2025 Loading…
[AVR] Add support for many new AVR MCUs 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
#143914 by tomtor was merged Jun 14, 2025 Loading…
[LoongArch][Clang] Make the parameters and return value of {x,}vorn.v builti ns Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics clang Clang issues not falling into any other category
unsigned char vectors backend:loongarch backend:X86 clang:frontend #114514 by xry111 was merged Nov 20, 2024 Loading…
[clang] Fix assertion failure with explicit(bool) in pre-C++11 modes clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#152985 by jongmyeong-choi was merged Aug 13, 2025 Loading…
[clang][LoongArch] Ensure Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
target("lasx") implies LSX support backend:loongarch clang:frontend [clang][bytecode] Diagnose failed constexpr assertions differently clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#140000 by tbaederr was merged May 19, 2025 Loading…
[Clang] Add "extend lifetime" flags and release note 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
#110000 by SLTozer was closed Jan 28, 2025 Loading…
[clang] Refactor to remove clangDriver dependency from clangFrontend and flangFrontend backend:AArch64 backend:AMDGPU backend:ARM backend:CSKY backend:Hexagon backend:loongarch backend:MIPS backend:PowerPC backend:RISC-V backend:Sparc backend:SPIR-V backend:SystemZ backend:X86 bazel "Peripheral" support tier build system: utils/bazel clang:as-a-library libclang and C++ API 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:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category clang-tools-extra clangd flang:driver flang Flang issues not falling into any other category lldb llvm:mc Machine (object) code
#165277 by naveen-seth was merged Nov 23, 2025 Loading…
[clang] Provide an SSE4.2 implementation of identifier token lexer clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#68962 by serge-sans-paille was merged Oct 19, 2023 Loading…
[RISCV] Support Xsfvqmaccdod and Xsfvqmaccqoq extensions backend:RISC-V clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:ir llvm:mc Machine (object) code llvm:support
#68295 by 4vtomat was merged Oct 20, 2023 Loading…
[clang][Sema] Use original template pattern when declaring implicit deduction guides for nested template classes clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#68379 by antangelo was merged Oct 16, 2023 Loading…
Previous Next
ProTip! What’s not been updated in a month: updated:<2025-11-01.