[clang-tools-extra] [clang-tidy] Added check 'bugprone-function-visibility-change' (PR #140086)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Mon May 19 09:16:41 PDT 2025


================
@@ -0,0 +1,43 @@
+.. title:: clang-tidy - bugprone-function-visibility-change
+
+bugprone-function-visibility-change
+===================================
+
+Check changes in visibility of C++ member functions in subclasses. The check
----------------
balazske wrote:

fixed

https://github.com/llvm/llvm-project/pull/140086


More information about the cfe-commits mailing list