Skip to content

Commit

Permalink
[clang] fix stray whitespace in release notes to fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Sep 17, 2023
1 parent 1d1cba4 commit de56ceb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ Bug Fixes to C++ Support
- Clang now properly handles out of line template specializations when there is
a non-template inner-class between the function and the class template.
(`#65810 <https://github.com/llvm/llvm-project/issues/65810>`_)
- Clang now properly converts static lambda call operator to function
pointer on win32.
(`#62594 <https://github.com/llvm/llvm-project/issues/62594>`_)

- Clang now properly converts static lambda call operator to function
pointers on win32.
(`#62594 <https://github.com/llvm/llvm-project/issues/62594>`_)

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

0 comments on commit de56ceb

Please sign in to comment.