[clang] [clang] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (PR #163914)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 17 00:39:05 PDT 2025
cor3ntin wrote:
Looking around there seem to be many more uses of `LLVM_ATTRIBUTE_UNUSED` around - Why replace these ones but not everything?
(I think doing that replacement makes sense - all the host toolchain have support for the attribute afaik)
https://github.com/llvm/llvm-project/pull/163914
More information about the cfe-commits
mailing list