Skip to content

Commit

Permalink
[Clang] Fix error in Documentation introduced by 3784e8cc [nfc].
Browse files Browse the repository at this point in the history
The documentation contained extra space.
Also remove llvm/llvm-project#54296
from the list of issues by 3784e8cc as this commit did not
fix it (nor was it supposed to).
  • Loading branch information
cor3ntin authored and memfrob committed Oct 4, 2022
1 parent a1cdf73 commit 1e4c02a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ Bug Fixes
Fixes `Issue 28985 <https://github.com/llvm/llvm-project/issues/28985>`_.

- Unevaluated lambdas in dependant contexts no longer result in clang crashing.
This fixes Issues `50376 < https://github.com/llvm/llvm-project/issues/50376>`_,
`54296 < https://github.com/llvm/llvm-project/issues/54296>`_,
`51414 < https://github.com/llvm/llvm-project/issues/51414>`_,
`51416 < https://github.com/llvm/llvm-project/issues/51416>`_,
and `51641 < https://github.com/llvm/llvm-project/issues/51641>`_.
This fixes Issues `50376 <https://github.com/llvm/llvm-project/issues/50376>`_,
`51414 <https://github.com/llvm/llvm-project/issues/51414>`_,
`51416 <https://github.com/llvm/llvm-project/issues/51416>`_,
and `51641 <https://github.com/llvm/llvm-project/issues/51641>`_.


Improvements to Clang's diagnostics
Expand Down

0 comments on commit 1e4c02a

Please sign in to comment.