[all-commits] [llvm/llvm-project] 866dc0: [clang-tidy] Better support for Override function ...
Nathan James via All-commits
all-commits at lists.llvm.org
Mon Oct 19 07:21:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 866dc09784495bd2c204945144cd31cd8e653f0e
https://github.com/llvm/llvm-project/commit/866dc09784495bd2c204945144cd31cd8e653f0e
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
Log Message:
-----------
[clang-tidy] Better support for Override function in RenamerClangTidy based checks
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
Reviewed By: alexfh
Differential Revision: https://reviews.llvm.org/D79674
More information about the All-commits
mailing list