[all-commits] [llvm/llvm-project] 45e57a: Suppress warning on unused static data member.
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed Nov 16 17:42:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45e57a550f5aa56e934a4fd0f9ed8749a831e445
https://github.com/llvm/llvm-project/commit/45e57a550f5aa56e934a4fd0f9ed8749a831e445
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2022-11-16 (Wed, 16 Nov 2022)
Changed paths:
M clang/lib/Lex/MacroInfo.cpp
Log Message:
-----------
Suppress warning on unused static data member.
The member in the specialization is intentionally unused on 32-bit
targets.
More information about the All-commits
mailing list