Skip to content

Commit 8f2d74a

Browse files
authored
[clang-tidy] add default value for misc-use-internal-linkage [NFC] (#96779)
1 parent 5a052ef commit 8f2d74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/misc/use-internal-linkage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Options
3131

3232
.. option:: FixMode
3333

34-
Selects what kind of a fix the check should provide.
34+
Selects what kind of a fix the check should provide. The default is `UseStatic`.
3535

3636
``None``
3737
Don't fix automatically.

0 commit comments

Comments
 (0)