[all-commits] [llvm/llvm-project] ffca37: [lld] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_u...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Oct 16 06:52:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffca377c666f8da9fd80ac6fca4afb7baebf6d34
https://github.com/llvm/llvm-project/commit/ffca377c666f8da9fd80ac6fca4afb7baebf6d34
Author: Kazu Hirata <kazu at google.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M lld/ELF/Symbols.cpp
M lld/MachO/Driver.cpp
Log Message:
-----------
[lld] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163701)
This patch replaces LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]],
introduced as part of C++17.
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