[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:32 PDT 2025
================
@@ -124,6 +124,11 @@ New checks
pointer and store it as class members without handle the copy and move
constructors and the assignments.
+- New :doc:`bugprone-function-visibility-change
+ <clang-tidy/checks/bugprone/function-visibility-change>` check.
+
+ Check function visibility changes in subclasses.
----------------
balazske wrote:
fixed
https://github.com/llvm/llvm-project/pull/140086
More information about the cfe-commits
mailing list