diff options
author | Rahul Joshi <rjoshi@nvidia.com> | 2025-06-25 15:47:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 15:47:07 -0700 |
commit | 00f6d6ab66a7c7caf74562eea442653919a79dd9 (patch) | |
tree | d2066d6be94b34ba5f5037f0fffa025ce4183e9b /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 3d51490622883a197bd40bf3c1e2962d032ea3c9 (diff) | |
download | llvm-00f6d6ab66a7c7caf74562eea442653919a79dd9.zip llvm-00f6d6ab66a7c7caf74562eea442653919a79dd9.tar.gz llvm-00f6d6ab66a7c7caf74562eea442653919a79dd9.tar.bz2 |
[NFC][CodingStandard] Require``[[maybe_unused]]`` for unused variables in asserts (#142850)
Require using attribute `[[maybe_unused]` for assert-only variables that
may be unused in non-assert enabled builds to suppress unused variable
warnings.
---------
Co-authored-by: James Henderson <James.Henderson@sony.com>
Co-authored-by: Nikita Popov <github@npopov.com>
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions