From 569e99a471f618b7fdf045d5e96f21d3e3a7f898 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Mon, 24 Jul 2023 10:36:42 +0100 Subject: [PATCH] [clang][docs] Attempt to fix warning when building ReleaseNotes I believe my previous patch, 17a58b3ca7ec18585e9ea8ed8b39d72fe36fb6cb introduced a warning here. --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4