[PATCH] D97361: [clang-tidy] Add readability-redundant-using check
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 26 07:06:27 PST 2021
Eugene.Zelenko added a comment.
In D97361#2589673 <https://reviews.llvm.org/D97361#2589673>, @balazske wrote:
> You can look into **misc/UnusedUsingDeclsCheck.cpp** (if not done yet), that check handles `using` too. And that check is related to this check, the module should be the same too (`misc`)?
Majority of `redundant` checks are in `readability`. Awhile ago I suggested separate group for `unused` checks or move them to Clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97361/new/
https://reviews.llvm.org/D97361
More information about the cfe-commits
mailing list