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][dataflow] Fix handling of cyclical data structures in HTMLLogger. clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#66887 opened Sep 20, 2023 by martinboehme Loading…
[clang] Warn on mismatched RequiresCapability attributes clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#67520 opened Sep 27, 2023 by tbaederr Loading…
[WIP][-Wunsafe-buffer-usage] Generalize DerefSimplePtrArithFixableGadget to non-literals clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#68038 opened Oct 2, 2023 by jkorous-apple Loading…
[RFC] Introducing __builtin_consistent to generate AArch64 BC.cond … backend:AArch64 backend:ARM backend:loongarch backend:m68k backend:MSP430 backend:RISC-V backend:Sparc backend:SPIR-V backend:WebAssembly backend:X86 clang:analysis 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:static analyzer clang Clang issues not falling into any other category llvm:ir llvm:SelectionDAG SelectionDAGISel as well llvm:transforms
#72175 opened Nov 14, 2023 by ilinpv Loading…
[clang][cleanup] simplify ReachableCode scanFromBlock clang:analysis clang Clang issues not falling into any other category
#72257 opened Nov 14, 2023 by thyecust Loading…
[dataflow] CXXForRangeStmt should extend flow condition clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#80989 opened Feb 7, 2024 by paulsemel Loading…
[clang-tidy][dataflow] Add bugprone-null-check-after-dereference check clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category clang-tidy clang-tools-extra clangd
#84166 opened Mar 6, 2024 by Discookie Loading…
[clang analysis][thread safety] Warn when returning rvalue references. clang:analysis clang Clang issues not falling into any other category
#91229 opened May 6, 2024 by legrosbuffle Loading…
[-Wunsafe-buffer-usage] Fix false positives for constant cases clang:analysis clang Clang issues not falling into any other category
#92432 opened May 16, 2024 by jkorous-apple Loading…
thread-safety: Support the new capability-based names for all related attributes. clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category clang-tidy clang-tools-extra
#99919 opened Jul 22, 2024 by pdherbemont Loading…
Clang tooling generated visibility macros for Clang backend:AArch64 backend:AMDGPU backend:ARM backend:Hexagon backend:loongarch backend:PowerPC backend:RISC-V backend:SystemZ backend:WebAssembly backend:X86 clang:analysis 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-format ClangIR Anything related to the ClangIR project HLSL HLSL Language Support xray
#109702 opened Sep 23, 2024 by fsfod Loading…
[clang][Analysis][NFC] Let isConfigurationValue take Expr clang:analysis clang Clang issues not falling into any other category
#116266 opened Nov 14, 2024 by aaronpuchert Loading…
[Clang] [NFC] Rename isAnyPointerType() and getPointeeOrArrayElementType(). backend:AArch64 backend:ARM backend:RISC-V backend:SystemZ clang:analysis clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" 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 HLSL HLSL Language Support lldb
#122938 opened Jan 14, 2025 by Sirraide Loading…
[Clang][Analysis] Don't treat the default switch path as unreachable when all enumerators are covered clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#123166 opened Jan 16, 2025 by jeremy-rifkin Loading…
Thread Safety Analysis: Check managed capabilities of returned scoped capability clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#131831 opened Mar 18, 2025 by malek203 Loading…
[clang] Constant-evaluate format strings as last resort clang:analysis 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
#135864 opened Apr 15, 2025 by apple-fcloutier Loading…
[clang] Define convergence in C++ languages such as HIP, CUDA, OpenCL clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#136280 opened Apr 18, 2025 by ssahasra Loading…
[clang] Redefine noconvergent and generate convergence control tokens clang:analysis 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:ir llvm:transforms
#136282 opened Apr 18, 2025 by ssahasra Loading…
[clang][ThreadSafety]: fix discrepancy between capability attributes clang:analysis clang Clang issues not falling into any other category
#139343 opened May 10, 2025 by theuni Loading…
Reapply [Analyzer][CFG] Correctly handle rebuilt default arg and default init expression clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:static analyzer clang Clang issues not falling into any other category
#146281 opened Jun 29, 2025 by yronglin Loading…
[clang]: Propagate *noreturn attributes in CFG clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html 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
#146355 opened Jun 30, 2025 by negativ Draft
[clang][dataflow] Handle when this refers to a different location clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#146900 opened Jul 3, 2025 by jvoung Loading…
Thread Safety Analysis: Compare values of literals clang:analysis clang Clang issues not falling into any other category
#148551 opened Jul 13, 2025 by aaronpuchert Loading…
[clang][analyzer][NFC] Run modernize-use-using check over all the code backend:AMDGPU backend:MIPS backend:PowerPC clang:analysis 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:openmp OpenMP related changes to Clang clang:static analyzer clang Clang issues not falling into any other category debuginfo HLSL HLSL Language Support
#149934 opened Jul 21, 2025 by localspook Loading…
[clang] Forward Correct SourceLocation for Unreachable Code Diagnostics clang:analysis clang Clang issues not falling into any other category
#152839 opened Aug 9, 2025 by Mr-Anyone Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.