This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] RenamerClangTidy now correctly renames `using namespace` decls
ClosedPublic

Authored by njames93 on Feb 26 2020, 4:12 PM.

Diff Detail

Event Timeline

njames93 created this revision.Feb 26 2020, 4:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 26 2020, 4:12 PM
njames93 updated this revision to Diff 246853.Feb 26 2020, 4:15 PM
  • Remove unnecessary include
njames93 retitled this revision from [clang-tidy] RenamerClangTidy now correctly renames decls to [clang-tidy] RenamerClangTidy now correctly renames `using namespace` decls.Feb 26 2020, 4:51 PM
aaron.ballman accepted this revision.Mar 18 2020, 6:53 AM

LGTM aside from a commenting nit.

clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
276

Comments should be complete sentences with capitalization and punctuation (and you can remove the empty newline above).

This revision is now accepted and ready to land.Mar 18 2020, 6:53 AM
njames93 updated this revision to Diff 251190.Mar 18 2020, 3:14 PM
  • Fixed comment nit
This revision was automatically updated to reflect the committed changes.