[clang-tools-extra] [clang-tidy] add fixhint for misc-use-internal-linkage (PR #96203)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 26 07:49:20 PDT 2024


================
@@ -25,3 +25,16 @@ Example:
   }
   // already declared as extern
   extern int v2;
+
+Options
+-------
+
+.. option:: FixMode
----------------
PiotrZSL wrote:

should say what is default value

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


More information about the cfe-commits mailing list