[clang-tools-extra] 8f2d74a - [clang-tidy] add default value for misc-use-internal-linkage [NFC] (#96779)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 26 16:26:40 PDT 2024


Author: Congcong Cai
Date: 2024-06-27T07:26:37+08:00
New Revision: 8f2d74affd8f4f182a2e9f05e86b494aad1b707c

URL: https://github.com/llvm/llvm-project/commit/8f2d74affd8f4f182a2e9f05e86b494aad1b707c
DIFF: https://github.com/llvm/llvm-project/commit/8f2d74affd8f4f182a2e9f05e86b494aad1b707c.diff

LOG: [clang-tidy] add default value for misc-use-internal-linkage [NFC] (#96779)

Added: 
    

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

Removed: 
    


################################################################################
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.


        


More information about the cfe-commits mailing list