[clang-tools-extra] [clang-tidy] new check readability-mark-static (PR #90830)
via cfe-commits
cfe-commits at lists.llvm.org
Sat May 4 07:18:22 PDT 2024
================
@@ -1,7 +1,7 @@
-.. title:: clang-tidy - readability-unnecessary-external-linkage
+.. title:: clang-tidy - misc-use-internal-linkage
-readability-unnecessary-external-linkage
-========================================
+misc-use-internal-linkage
+=========================
Detects variable and function can be marked as static.
----------------
EugeneZelenko wrote:
Please synchronize with Release Notes after change there.
https://github.com/llvm/llvm-project/pull/90830
More information about the cfe-commits
mailing list