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

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sat May 17 05:32:09 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
----------------
PiotrZSL wrote:

And avoid "The check", documentation is in scope of check.

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


More information about the cfe-commits mailing list