Skip to content

Commit

Permalink
Fix a few messed up links in the ReleaseNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
erichkeane committed Sep 11, 2023
1 parent ea8ab49 commit bf06f14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Bug Fixes in This Version
- Support MSVC predefined macro expressions in constant expressions and in
local structs.
- Correctly parse non-ascii identifiers that appear immediately after a line splicing
(`#65156 <https://github.com/llvm/llvm-project/issues/65156>`_`)
(`#65156 <https://github.com/llvm/llvm-project/issues/65156>`_)
- Clang no longer considers the loss of ``__unaligned`` qualifier from objects as
an invalid conversion during method function overload resolution.

Expand Down Expand Up @@ -272,8 +272,8 @@ Bug Fixes to C++ Support

- Fix crash when the trailing return type of a generic and dependent
lambda refers to an init-capture.
(`#65067 <https://github.com/llvm/llvm-project/issues/65067>`_` and
`#63675 <https://github.com/llvm/llvm-project/issues/63675>`_`)
(`#65067 <https://github.com/llvm/llvm-project/issues/65067>`_ and
`#63675 <https://github.com/llvm/llvm-project/issues/63675>`_)

Bug Fixes to AST Handling
^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit bf06f14

Please sign in to comment.