[PATCH] D97361: [clang-tidy] Add readability-redundant-using check

Yang Fan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 29 02:26:55 PDT 2021


nullptr.cpp added a comment.

In D97361#2609616 <https://reviews.llvm.org/D97361#2609616>, @nullptr.cpp wrote:

> - Restrict to only run on C++ code
> - Ignore `using` defined in macro
> - Support inline namespace
> - Support global namespace

Ping.


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