Skip to content
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

[clang][docs] Fix emphasis syntax in attribute documentation #73737

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

DanShaders
Copy link
Contributor

@DanShaders DanShaders commented Nov 29, 2023

This causes CI failure for PRs updating AttrDocs.td. CC @llvm-beanz (I don't have write access)

@llvmbot llvmbot added clang Clang issues not falling into any other category clang:frontend Language frontend issues, e.g. anything involving "Sema" labels Nov 29, 2023
@llvmbot
Copy link
Member

llvmbot commented Nov 29, 2023

@llvm/pr-subscribers-clang

Author: Dan Klishch (DanShaders)

Changes

This causes CI failure for PRs updating AttrDocs.td. CC @llvm-beanz


Full diff: https://github.com/llvm/llvm-project/pull/73737.diff

1 Files Affected:

  • (modified) clang/include/clang/Basic/AttrDocs.td (+1-1)
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index b7f366c29b77b48..bf89c5a941c3f89 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -7073,7 +7073,7 @@ Parameters annotated with `in` or with no annotation are passed by value from
 the caller to the callee.
 
 Parameters annotated with `out` are written to the argument after the callee
-returns (Note: arguments values passed into `out` parameters _are not_ copied
+returns (Note: arguments values passed into `out` parameters *are not* copied
 into the callee).
 
 Parameters annotated with `inout` are copied into the callee via a temporary,

@cor3ntin cor3ntin merged commit c6d6a57 into llvm:main Nov 29, 2023
@DanShaders DanShaders deleted the fix-attribute-docs branch November 29, 2023 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants