Skip to content

Commit

Permalink
[clang][docs] Attempt to fix warning when building ReleaseNotes
Browse files Browse the repository at this point in the history
I believe my previous patch, 17a58b3
introduced a warning here.
  • Loading branch information
asb committed Jul 24, 2023
1 parent 17a58b3 commit 569e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 569e99a

Please sign in to comment.