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

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 24 07:25:01 PST 2021


Eugene.Zelenko added a comment.

I think this check belongs to `readability` module.



================
Comment at: clang-tools-extra/clang-tidy/misc/RedundantUsingCheck.cpp:1
+//===--- RedundantUsingCheck.cpp - clang-tidy
+//--------------------------------===//
----------------
Please make single line from two. See other checks as example.


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