[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
================
@@ -98,6 +98,7 @@ Clang-Tidy Checks
:doc:`bugprone-fold-init-type <bugprone/fold-init-type>`,
:doc:`bugprone-forward-declaration-namespace <bugprone/forward-declaration-namespace>`,
:doc:`bugprone-forwarding-reference-overload <bugprone/forwarding-reference-overload>`,
+ :doc:`bugprone-function-visibility-change <bugprone/function-visibility-change>`, "Yes"
----------------
PiotrZSL wrote:
check does not provide fixes, remove "Yes"
https://github.com/llvm/llvm-project/pull/140086
More information about the cfe-commits
mailing list