================
@@ -153,6 +154,8 @@ class BugproneModule : public ClangTidyModule {
"bugprone-incorrect-enable-if");
CheckFactories.registerCheck<IncorrectEnableSharedFromThisCheck>(
"bugprone-incorrect-enable-shared-from-this");
+ CheckFactories.registerCheck<DerivedMethodShadowingBaseMethodCheck>(
+ "bugprone-derived-method-shadowing-base-method");
----------------
t-a-james wrote:
Fixed in my latest push
https://github.com/llvm/llvm-project/pull/154746
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits