Skip to content

[Docs][LangRef] Fix broken ref to pointer capture. NFC #126910

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
Feb 12, 2025

Conversation

dtcxzyw
Copy link
Member

@dtcxzyw dtcxzyw commented Feb 12, 2025

No description provided.

@dtcxzyw dtcxzyw requested a review from nikic February 12, 2025 13:36
@llvmbot
Copy link
Member

llvmbot commented Feb 12, 2025

@llvm/pr-subscribers-llvm-ir

Author: Yingwei Zheng (dtcxzyw)

Changes

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

1 Files Affected:

  • (modified) llvm/docs/LangRef.rst (+1-1)
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 2d72e548ec82a..a8dd0dd574ee8 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -1415,7 +1415,7 @@ Currently, only the following parameter attributes are defined:
     captured in certain locations. Currently only the return value (``ret``)
     and other (default) locations are supported.
 
-    The `pointer capture section <pointercapture>` discusses these semantics
+    The :ref:`pointer capture section <pointercapture>` discusses these semantics
     in more detail.
 
     Some examples of how to use the attribute:

@dtcxzyw dtcxzyw merged commit 3453444 into llvm:main Feb 12, 2025
11 checks passed
@dtcxzyw dtcxzyw deleted the fix-docs-ref-pointer-cap branch February 12, 2025 15:15
flovent pushed a commit to flovent/llvm-project that referenced this pull request Feb 13, 2025
joaosaffran pushed a commit to joaosaffran/llvm-project that referenced this pull request Feb 14, 2025
sivan-shani pushed a commit to sivan-shani/llvm-project that referenced this pull request Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants