[clang-tools-extra] Add bugprone-loop-variable-copied-then-modified clang-tidy check. (PR #157213)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 30 05:49:21 PDT 2025
================
@@ -161,16 +161,27 @@ Improvements to clang-tidy
New checks
^^^^^^^^^^
+- New :doc:`bugprone-derived-method-shadowing-base-method
+ <clang-tidy/checks/bugprone/derived-method-shadowing-base-method>` check.
+
+ Finds derived class methods that shadow a (non-virtual) base class method.
+
+ - New :doc:`bugprone-derived-method-shadowing-base-method
----------------
EugeneZelenko wrote:
Duplicated entry. Incorrect merge/rebase?
https://github.com/llvm/llvm-project/pull/157213
More information about the cfe-commits
mailing list