- 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
[FlowSensitive] [PtrCaching] optionally pass Type to initializer clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#164030 opened Oct 17, 2025 by fmayer Loading…
[FlowSensitive] [PtrCaching] add is[Smart]PointerLikeConstructor clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#164031 opened Oct 17, 2025 by fmayer 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…
[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…
[clang] Redefine 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
noconvergent and generate convergence control tokens clang:analysis clang:codegen #136282 opened Apr 18, 2025 by ssahasra Loading…
WIP smartpointers clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
[FlowSensitive] Allow callback to initialize storagelocations clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
[StatusOr] [10/N] Add support for absl CHECK macros clang:analysis clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
#169749 opened Nov 27, 2025 by fmayer 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] 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…
[Clang][ThreadSafety] Contextualize FieldDecl references in thread sa… clang:analysis clang Clang issues not falling into any other category
#168028 opened Nov 14, 2025 by Pranjal095 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][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…
[RFC] Introducing 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
__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 #72175 opened Nov 14, 2023 by ilinpv 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][cleanup] simplify ReachableCode scanFromBlock clang:analysis clang Clang issues not falling into any other category
#72257 opened Nov 14, 2023 by thyecust Loading…
[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…
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][dataflow] Handle when Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html clang Clang issues not falling into any other category
this refers to a different location clang:analysis clang:dataflow #146900 opened Jul 3, 2025 by jvoung Loading…
[Clang] Add C++11 spelling support for guarded_by attribute clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#167048 opened Nov 7, 2025 by Pranjal095 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…
Fix: Issue #165239 — resolve -Wuninitialized warnings clang:analysis clang Clang issues not falling into any other category
#166991 opened Nov 7, 2025 by jimmy2683 Loading…
[clang][AST] Fix source range of class template implicit instantiations. 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 clang-tidy clang-tools-extra HLSL HLSL Language Support
#156011 opened Aug 29, 2025 by frederic-tingaud-sonarsource 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…
Previous Next
ProTip! Add no:assignee to see everything that’s not assigned.