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] Improve nested name specifier AST representation backend:AArch64 backend:AMDGPU backend:ARC backend:ARM backend:CSKY backend:Hexagon backend:Lanai backend:loongarch backend:MIPS backend:PowerPC backend:RISC-V backend:Sparc backend:SystemZ backend:WebAssembly backend:X86 clang:analysis clang:as-a-library libclang and C++ API clang:bytecode Issues for the clang bytecode constexpr interpreter 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-tidy clang-tools-extra clangd coroutines C++20 coroutines debuginfo HLSL HLSL Language Support libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lldb
#147835 by mizvekov was merged Aug 9, 2025 Loading…
[LifetimeSafety] Detect use-after-return 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
#165370 by kashika0112 was merged Nov 19, 2025 Loading…
[LifetimeSafety] Introduce intra-procedural analysis in Clang 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
#142313 by usx95 was merged Jul 10, 2025 Loading…
[Clang] Optimize -Wunsafe-buffer-usage. clang:analysis clang Clang issues not falling into any other category
#125492 by ivanaivanovska was merged Mar 20, 2025 Loading…
[Clang][analyzer] replace Stmt* with ConstCFGElementRef in SymbolConjured clang:analysis clang:static analyzer clang Clang issues not falling into any other category
#128251 by fangyi-zhou was merged Apr 25, 2025 Loading…
[-Wunsafe-buffer-usage] Warning Libc functions clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#101583 by ziqingluo-90 was merged Sep 4, 2024 Loading…
Thread Safety Analysis: Support reentrant capabilities clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137133 by melver was merged May 26, 2025 Loading…
[analyzer][NFC] Introduce framework for checker families clang:analysis clang:static analyzer clang Clang issues not falling into any other category
#139256 by NagyDonat was merged May 26, 2025 Loading…
[analyzer] Add time-trace scopes for high-level analyzer steps clang:analysis clang:static analyzer clang Clang issues not falling into any other category
#125508 by necto was merged Feb 5, 2025 Loading…
[clang][dataflow] Fully support Environment construction for Stmt analysis. clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#91616 by bazuzi was merged May 15, 2024 Loading…
[clang][dataflow] Add support for serialization and deserialization. clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#152487 by ymand was merged Aug 18, 2025 Loading…
Thread Safety Analysis: Basic capability alias-analysis clang:analysis clang Clang issues not falling into any other category
#142955 by melver was merged Sep 11, 2025 Loading…
[LifetimeSafety] Introduce a liveness-based lifetime policy clang:analysis clang:static analyzer 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
#159991 by usx95 was merged Oct 7, 2025 Loading…
[LifetimeSafety] Detect expiry of loans to trivially destructed types 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
#168855 by kashika0112 was merged Nov 21, 2025 Loading…
[Clang] Consider reachability for file-scope warnings on initializers clang:analysis 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
#163885 by JustinStitt was merged Nov 11, 2025 Loading…
Respect the [[clang::unsafe_buffer_usage]] attribute for field and constructor initializers clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#91991 by danakj was merged Oct 30, 2024 Loading…
[LifetimeSafety] Optimize loan propagation by separating persistent and block-local origins clang:analysis 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 slow-compile
#165789 by usx95 was merged Nov 7, 2025 Loading…
[attributes][-Wunsafe-buffer-usage] Support adding unsafe_buffer_usage attribute to struct fields clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#101585 by malavikasamak was merged Aug 14, 2024 Loading…
[-Wunsafe-buffer-usage] Add unique_ptr <T[]> accesses clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#156773 by shreya-jain was merged Oct 8, 2025 Loading…
[LifetimeSafety] Implement a basic use-after-free diagnostic 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
#149731 by usx95 was merged Aug 18, 2025 Loading…
[LifetimeSafety] Revamp test suite using unittests clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#149158 by usx95 was merged Jul 22, 2025 Loading…
Control analysis-based diagnostics with #pragma clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:static analyzer clang Clang issues not falling into any other category quality-of-implementation
#136323 by AaronBallman was merged Apr 23, 2025 Loading…
[clang-tidy] bugprone-unchecked-optional-access: handle BloombergLP::bdlb:NullableValue::makeValue to prevent false-positives 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
#144313 by BaLiKfromUA was merged Sep 9, 2025 Loading…
[clang][dataflow] Propagate locations from result objects to initializers. clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#87320 by martinboehme was merged Apr 10, 2024 Loading…
Thread Safety Analysis: Support passing scoped locks between functions with appropriate annotations clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#110523 by malek203 was closed Dec 20, 2024 Loading…
ProTip! Exclude everything labeled bug with -label:bug.