[all-commits] [llvm/llvm-project] 753d4b: [lld] Remove redundant declarations (NFC) (#166712)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Nov 6 06:52:11 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 753d4bc57147996de81608a55907290351f6dd4b
https://github.com/llvm/llvm-project/commit/753d4bc57147996de81608a55907290351f6dd4b
Author: Kazu Hirata <kazu at google.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M lld/ELF/SyntheticSections.cpp
Log Message:
-----------
[lld] Remove redundant declarations (NFC) (#166712)
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