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

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 25 12:42:16 PDT 2024


================
@@ -25,3 +25,16 @@ Example:
   }
   // already declared as extern
   extern int v2;
+
+Options
+-------
+
+.. option:: FixMode
+
+  Selects the fix mode when fixing automatically.
----------------
5chmidti wrote:

Not sure if it is better: `Selects what kind of a fix the check should provide`?

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


More information about the cfe-commits mailing list