aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleCache.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-10-14 07:15:44 -0700
committerGitHub <noreply@github.com>2025-10-14 07:15:44 -0700
commit358513f662773754ce567891b8b9a60f1ae29ae0 (patch)
treea4482c1d9cba0f1b0c440064a45d583d8b2f7e2d /clang/lib/Serialization/ModuleCache.cpp
parent6ca1f3b14e437e748e4f5ccb0e12acca1b210605 (diff)
downloadllvm-358513f662773754ce567891b8b9a60f1ae29ae0.zip
llvm-358513f662773754ce567891b8b9a60f1ae29ae0.tar.gz
llvm-358513f662773754ce567891b8b9a60f1ae29ae0.tar.bz2
[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163330)
This patch replaces LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] where we do not need to move the position of [[maybe_unused]] within declarations. Notes: - [[maybe_unused]] is a standard feature of C++17. - The compiler is far more lenient about the placement of __attribute__((unused)) than that of [[maybe_unused]]. I'll follow up with another patch to finish up the rest.
Diffstat (limited to 'clang/lib/Serialization/ModuleCache.cpp')
0 files changed, 0 insertions, 0 deletions