njames93 added inline comments.
Comment at: clang-tools-extra/clang-tidy/misc/RedundantUsingCheck.cpp:23
+ Finder->addMatcher(
+ usingDecl(isExpansionInMainFile()).bind("using-declaration"), this);
+ Finder->addMatcher(
Why restrict these to main file only
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 singl
nullptr.cpp created this revision.
nullptr.cpp added reviewers: alexfh, aaron.ballman, njames93, balazske.
Herald added subscribers: xazax.hun, mgorny.
nullptr.cpp requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Finds redundant `using` decl