Skip to content

Commit

Permalink
[NFC] Fix typo in ReleaseNotes.rst (#82655)
Browse files Browse the repository at this point in the history
Deletes the leading 7 from the textual issue number.
  • Loading branch information
sethp committed Feb 22, 2024
1 parent 5b079af commit 3a85594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3a85594

Please sign in to comment.