From: Alex Bradbury Date: Mon, 24 Jul 2023 09:36:42 +0000 (+0100) Subject: [clang][docs] Attempt to fix warning when building ReleaseNotes X-Git-Tag: upstream/17.0.6~600 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=569e99a471f618b7fdf045d5e96f21d3e3a7f898;p=platform%2Fupstream%2Fllvm.git [clang][docs] Attempt to fix warning when building ReleaseNotes I believe my previous patch, 17a58b3ca7ec18585e9ea8ed8b39d72fe36fb6cb introduced a warning here. --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 1df474d..8e19b36 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -899,7 +899,7 @@ RISC-V Support - The rules for ordering of extensions in ``-march`` strings were relaxed. A canonical ordering is no longer enforced on ``z*``, ``s*``, and ``x*`` prefixed extensions. -* An ABI mismatch between GCC and Clang related to the handling of empty +- An ABI mismatch between GCC and Clang related to the handling of empty structs in C++ parameter passing under the hard floating point calling conventions was fixed.