This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Better support for Override function in RenamerClangTidy based checks
ClosedPublic

Authored by njames93 on May 9 2020, 11:11 AM.

Details

Summary

Methods that override virtual methods will now get renamed if the initial virtual method has a name violation.
Addresses https://bugs.llvm.org/show_bug.cgi?id=34879

Diff Detail

Event Timeline

njames93 created this revision.May 9 2020, 11:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2020, 11:11 AM
alexfh accepted this revision.Oct 12 2020, 6:31 AM

Looks good! Thanks for the fix! IIUC, this is related to https://bugs.llvm.org/show_bug.cgi?id=34879? Makes sense to specify this in the patch description.

This revision is now accepted and ready to land.Oct 12 2020, 6:31 AM

Feel free to ping patches every week or so. It looks like in this case all the reviewers were swamped with something else at the time.

njames93 updated this revision to Diff 298616.Oct 16 2020, 6:28 AM

Updated release notes to reflect change

njames93 edited the summary of this revision. (Show Details)Oct 16 2020, 6:29 AM