[all-commits] [llvm/llvm-project] eb63a4: [llvm] Remove redundant declarations (NFC) (#166713)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Nov 6 06:52:19 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb63a4aa9e0cbc380b6b59bbb88d3591cc4c66e2
https://github.com/llvm/llvm-project/commit/eb63a4aa9e0cbc380b6b59bbb88d3591cc4c66e2
Author: Kazu Hirata <kazu at google.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M llvm/lib/CodeGen/SafeStack.cpp
M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
M llvm/lib/Target/BPF/BPFPreserveDIType.cpp
Log Message:
-----------
[llvm] Remove redundant declarations (NFC) (#166713)
In C++17, static constexpr members are implicitly inline, so they no
longer require an out-of-line definition.
Identified with readability-redundant-declaration.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list