Skip to content

Pull requests: llvm/llvm-project

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

[Clang] Allow non-const lvalue refs to vector elements (except vector <bool>) 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
#156891 opened Sep 4, 2025 by yxsamliu Loading…
[AIX] Undefine __STDC_NO_ATOMICS__ to enable c11 atomics functionality clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category compiler-rt
#76025 opened Dec 20, 2023 by bzEq Loading…
[Clang] Fix concept checking for VLA types with sugared constraint substitution clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#163167 opened Oct 13, 2025 by zyn0217 Loading…
[clang] Introduce SemaConcept clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category concepts C++20 concepts
#92672 opened May 18, 2024 by Endilll Loading…
[Clang][Lex] Warn on trailing whitespace in #include filenames clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#167163 opened Nov 8, 2025 by vandana11054 Loading…
[Clang] Add support for missing OpenCL extensions clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#129777 opened Mar 4, 2025 by vmustya Loading…
[clang][Sema] deleted overriding function can have lax except spec clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#76248 opened Dec 22, 2023 by Lancern Loading…
[Clang] [OpenMP] Support NOWAIT with optional argument 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:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category flang:openmp
#135030 opened Apr 9, 2025 by jadhbeika Loading…
[clang] Add support for optional func-name argument in #pragma init_seg clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#167133 opened Nov 8, 2025 by Shriiraz Loading…
[libc++] Mark std::expected as nodiscard clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
#139651 opened May 13, 2025 by halbi2 Loading…
[Clang] Fix _BitInt(64) alignment discrepancy on x86-32 targets c23 clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#154401 opened Aug 19, 2025 by Hrancheng Loading…
[clang][Sema] Diagnose passing function pointer to __builtin_assume_aligned clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#153552 opened Aug 14, 2025 by localspook Loading…
[X86][Clang] Allow SSE/AVX COMI/UCOMI/CMPS/CMPP fp comparison intrinsics to be used in constexpr backend:X86 clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend 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
#160876 opened Sep 26, 2025 by zeyi2 Draft
[RISCV] Enable TLSDESC by default backend:RISC-V 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
#166540 opened Nov 5, 2025 by wangpc-pp Draft
[Clang] [Sema] Make -Wreturn-type an error by default clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category clang-tidy clang-tools-extra
#131207 opened Mar 13, 2025 by Sirraide Loading…
[clang][Sema] Add fortify warnings for unistd.h clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:static analyzer clang Clang issues not falling into any other category
#161737 opened Oct 2, 2025 by ColinKinloch Loading…
[clang] Ensure we don't process OpenCL kernels as CUDA kernels clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#163859 opened Oct 16, 2025 by sarnex Loading…
[clang-format] Add basic support for C++/CLI (#27126) clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category clang-format
#112689 opened Oct 17, 2024 by calumr Loading…
[Clang] Support target attr specifying CPU clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#68678 opened Oct 10, 2023 by ecnelises Loading…
[clang] Validate ABI tag attributes clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#84272 opened Mar 7, 2024 by localspook Loading…
[clang][Sema] Fix Issue: #166957 - type inconsistency for constrained auto variables clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#167100 opened Nov 8, 2025 by KaushalMorankar Loading…
[clang] Support constexpr bitcasts between equal-size vector and integer types clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#167016 opened Nov 7, 2025 by Lokesh-Reddy011 Loading…
Add function check for windows platform clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:static analyzer clang Clang issues not falling into any other category clang-tidy clang-tools-extra
#106581 opened Aug 29, 2024 by fawdlstty Loading…
Extension: allow recursive macros clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#65851 opened Sep 9, 2023 by kelbon Loading…
Add clang basic module directory 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 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lldb
#93388 opened May 26, 2024 by davidstone Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.