[clang-tools-extra] Add bugprone-loop-variable-copied-then-modified clang-tidy check. (PR #157213)
Julia Hansbrough via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 30 13:33:23 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
----------------
flowerhack wrote:
Augh, yeah, bad rebase. I've re-pushed and I believe it's deduplicated now.
https://github.com/llvm/llvm-project/pull/157213
More information about the cfe-commits
mailing list