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

[NFC] Fix typo in ReleaseNotes.rst #82655

Merged
merged 1 commit into from
Feb 22, 2024
Merged

[NFC] Fix typo in ReleaseNotes.rst #82655

merged 1 commit into from
Feb 22, 2024

Conversation

sethp
Copy link
Contributor

@sethp sethp commented Feb 22, 2024

Deletes the leading 7 from the textual issue number.

Deletes the leading 7 from the textual issue number.
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Feb 22, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Feb 22, 2024

@llvm/pr-subscribers-clang

Author: None (sethp)

Changes

Deletes the leading 7 from the textual issue number.


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

1 Files Affected:

  • (modified) clang/docs/ReleaseNotes.rst (+1-1)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index bac166e6c35627..d8f8a2cb384429 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -270,7 +270,7 @@ Bug Fixes to C++ Support
   local variable, which is supported as a C11 extension in C++. Previously, it
   was only accepted at namespace scope but not at local function scope.
 - Clang no longer tries to call consteval constructors at runtime when they appear in a member initializer.
-  (`#782154 <https://github.com/llvm/llvm-project/issues/82154>`_`)
+  (`#82154 <https://github.com/llvm/llvm-project/issues/82154>`_`)
 - Fix crash when using an immediate-escalated function at global scope.
   (`#82258 <https://github.com/llvm/llvm-project/issues/82258>`_)
 - Correctly immediate-escalate lambda conversion functions.

Copy link
Contributor

@cor3ntin cor3ntin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need me to merge that?

@sethp
Copy link
Contributor Author

sethp commented Feb 22, 2024

@cor3ntin yes please!

@cor3ntin cor3ntin merged commit 3a85594 into llvm:main Feb 22, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants