[PATCH] D138583: Create unused non-trivially-destructible check in clang-tidy

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 24 04:38:22 PST 2022


njames93 requested changes to this revision.
njames93 added a comment.
This revision now requires changes to proceed.

Clang already has a warning `-Wunused-variable` that is designed for this specific purpose. So unless this is bringing anything enhanced functionality I don't see the need for this check.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138583/new/

https://reviews.llvm.org/D138583



More information about the cfe-commits mailing list