[all-commits] [llvm/llvm-project] 098664: [mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Oct 17 07:27:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 098664603e9695806235ed3ec8fa5b4afd8b4e77
https://github.com/llvm/llvm-project/commit/098664603e9695806235ed3ec8fa5b4afd8b4e77
Author: Kazu Hirata <kazu at google.com>
Date: 2025-10-17 (Fri, 17 Oct 2025)
Changed paths:
M mlir/unittests/Dialect/SparseTensor/MergerTest.cpp
Log Message:
-----------
[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163917)
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