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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to