[clang-tools-extra] [clang-tidy] add default value for misc-use-internal-linkage [NFC] (PR #96779)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 26 08:15:16 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-tidy
Author: Congcong Cai (HerrCai0907)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/96779.diff
1 Files Affected:
- (modified) clang-tools-extra/docs/clang-tidy/checks/misc/use-internal-linkage.rst (+1-1)
``````````diff
diff --git a/clang-tools-extra/docs/clang-tidy/checks/misc/use-internal-linkage.rst b/clang-tools-extra/docs/clang-tidy/checks/misc/use-internal-linkage.rst
index 1cfc889f67886..7147af9a7919b 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/misc/use-internal-linkage.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/misc/use-internal-linkage.rst
@@ -31,7 +31,7 @@ Options
.. option:: FixMode
- Selects what kind of a fix the check should provide.
+ Selects what kind of a fix the check should provide. The default is `UseStatic`.
``None``
Don't fix automatically.
``````````
</details>
https://github.com/llvm/llvm-project/pull/96779
More information about the cfe-commits
mailing list