Skip to content

Commit

Permalink
[clang] Remove stale release note
Browse files Browse the repository at this point in the history
This fix was merged into 17.0.3 (commit 69c8c96), so the release
note for Clang 18 should be removed.
  • Loading branch information
smeenai committed Dec 11, 2023
1 parent e9b2a07 commit 863b938
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,6 @@ Improvements to Clang's diagnostics
(`#54678: <https://github.com/llvm/llvm-project/issues/54678>`_).
- Clang now prints its 'note' diagnostic in cyan instead of black, to be more compatible
with terminals with dark background colors. This is also more consistent with GCC.
- The fix-it emitted by ``-Wformat`` for scoped enumerations now take the
enumeration's underlying type into account instead of suggesting a type just
based on the format string specifier being used.
- Clang now displays an improved diagnostic and a note when a defaulted special
member is marked ``constexpr`` in a class with a virtual base class
(`#64843: <https://github.com/llvm/llvm-project/issues/64843>`_).
Expand Down

0 comments on commit 863b938

Please sign in to comment.