[all-commits] [llvm/llvm-project] 2ad066: [X86] Remove redundant declarations (NFC) (#166107)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Nov 2 22:43:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ad0668a08feaa61d7cd999ac5bef4ee33101eea
https://github.com/llvm/llvm-project/commit/2ad0668a08feaa61d7cd999ac5bef4ee33101eea
Author: Kazu Hirata <kazu at google.com>
Date: 2025-11-02 (Sun, 02 Nov 2025)
Changed paths:
M llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
Log Message:
-----------
[X86] Remove redundant declarations (NFC) (#166107)
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