[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


================
@@ -151,8 +151,8 @@ New checks
   Enforces consistent style for enumerators' initialization, covering three
   styles: none, first only, or all initialized explicitly.
 
-- New :doc:`readability-unnecessary-external-linkage
-  <clang-tidy/checks/readability/unnecessary-external-linkage>` check.
+- New :doc:`misc-use-internal-linkage
----------------
EugeneZelenko wrote:

Please keep alphabetical order (by check name) in this section.

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


More information about the cfe-commits mailing list