Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

HerrCai0907
Copy link
Contributor

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Jun 26, 2024

@llvm/pr-subscribers-clang-tools-extra

@llvm/pr-subscribers-clang-tidy

Author: Congcong Cai (HerrCai0907)

Changes

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

@HerrCai0907 HerrCai0907 merged commit 8f2d74a into llvm:main Jun 26, 2024
11 checks passed
@HerrCai0907 HerrCai0907 deleted the fix/doc branch June 26, 2024 23:26
lravenclaw pushed a commit to lravenclaw/llvm-project that referenced this pull request Jul 3, 2024
AlexisPerry pushed a commit to llvm-project-tlp/llvm-project that referenced this pull request Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants