- 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] 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] Implement -fstrict-bool 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
#160790 opened Sep 25, 2025 by apple-fcloutier Loading… updated Dec 1, 2025
[X86][Clang] Support constexpr evaluation of cvtpd2ps intrinsics backend:X86 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
#169980 opened Nov 29, 2025 by HamzaHassanain Loading… updated Dec 1, 2025
[clang][analyzer] Add plist macro formatting clang:analysis clang:static analyzer clang Clang issues not falling into any other category
#156046 opened Aug 29, 2025 by ankurkraj Loading… updated Dec 1, 2025
[AMDGPU] Apply alignment attr for make.buffer.rsrc backend:AMDGPU clang Clang issues not falling into any other category llvm:transforms
#166914 opened Nov 7, 2025 by Shoreshen Loading… updated Dec 1, 2025
[Clang][X86] Add tests for AVX512 integer comparison intrinsics to be used in constexpr backend:X86 clang Clang issues not falling into any other category
#169452 opened Nov 25, 2025 by shri-acha Loading… updated Nov 30, 2025
[Clang] Warn when Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
std::atomic_thread_fence is used with fsanitize=thread clang:frontend #166542 opened Nov 5, 2025 by BStott6 Loading… updated Nov 28, 2025
[Clang][x86]: allow PCLMULQDQ 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 Clang issues not falling into any other category
#169214 opened Nov 23, 2025 by ahmednoursphinx Loading… updated Nov 28, 2025
[LifetimeSafety] Add missing origins stats for lifetime analysis clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:temporal-safety Issue/FR relating to the lifetime analysis in Clang (-Wdangling, -Wreturn-local-addr) clang Clang issues not falling into any other category
#166568 opened Nov 5, 2025 by DEBADRIBASAK Loading… updated Nov 28, 2025
[Clang][CodeGen][Sema] Fix crash when compiling naked lambdas 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
#165524 opened Oct 29, 2025 by alcxpr Loading… updated Nov 28, 2025
[RISCV] Add Svrsw60t59b extension backend:RISC-V clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category llvm:mc Machine (object) code
#132321 opened Mar 21, 2025 by trdthg Loading… updated Nov 28, 2025
[Clang]: Enable speculative devirtualization 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:transforms
#159685 opened Sep 19, 2025 by hassnaaHamdi Loading… updated Nov 27, 2025
[CIR] Add X86 prefetch builtins clang Clang issues not falling into any other category ClangIR Anything related to the ClangIR project
#168051 opened Nov 14, 2025 by HendrikHuebner Loading… updated Nov 27, 2025
[CIR] Add AtomicFenceOp and signal/thread fence builtins and required helpers clang Clang issues not falling into any other category ClangIR Anything related to the ClangIR project
#168346 opened Nov 17, 2025 by HendrikHuebner Loading… updated Nov 26, 2025
[clang][analyzer] Add ReportInC99AndEarlier option to DeprecatedOrUnsafeBuf… clang:static analyzer clang Clang issues not falling into any other category
#168704 opened Nov 19, 2025 by gamesh411 Loading… updated Nov 26, 2025
[CIR] Upstream __sync_<OP>_and_fetch builtins clang Clang issues not falling into any other category ClangIR Anything related to the ClangIR project
#168347 opened Nov 17, 2025 by HendrikHuebner Loading… updated Nov 26, 2025
[clang][ssaf] Introduce entity abstraction for SSAF clang:analysis clang Clang issues not falling into any other category
#169131 opened Nov 22, 2025 by jkorous-apple Loading… updated Nov 26, 2025
Add pointer field protection feature. backend:AArch64 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 libc++abi libc++abi C++ Runtime Library. Not libc++. libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. llvm:analysis Includes value tracking, cost tables and constant folding llvm:codegen llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:ir llvm:transforms
#133538 opened Mar 28, 2025 by pcc Loading… updated Nov 26, 2025
[RegisterCoalescer] Improve register allocation for return values by limiting rematerialization backend:AArch64 backend:AMDGPU backend:ARM backend:loongarch backend:MIPS backend:PowerPC backend:RISC-V backend:X86 clang Clang issues not falling into any other category debuginfo llvm:codegen llvm:regalloc
#163047 opened Oct 12, 2025 by rez5427 Loading… updated Nov 25, 2025
[UBSAN] add null and alignment checks for aggregates clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#164548 opened Oct 22, 2025 by vasu-the-sharma Loading… updated Nov 23, 2025
[clang] Implement gcc_struct attribute on Itanium targets 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
#71148 opened Nov 3, 2023 by DanShaders Loading… updated Nov 22, 2025
[clang][Sema] fix incorrect ambiguous function call which use designated-initializer as template argument clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#167159 opened Nov 8, 2025 by Backl1ght Loading… updated Nov 22, 2025
Issue #61157 clang Clang issues not falling into any other category
#167319 opened Nov 10, 2025 by Sandeep2265 Loading… updated Nov 20, 2025
[MIPS][ISel] Fix musttail backend:MIPS 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
#161860 opened Oct 3, 2025 by djtodoro Loading… updated Nov 18, 2025
[clang][analyzer] Mark Clang issues not falling into any other category
lstrcatA, lstrcpyA, and _strdup as insecure on Windows in SecuritySyntaxChecker clang:static analyzer clang #164183 opened Oct 19, 2025 by stemil01 Loading… updated Nov 18, 2025
Previous Next
ProTip! Updated in the last three days: updated:>2025-11-28.