From 635dde811717e736ddb6b675f678b64c54607eba Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 25 Mar 2022 07:13:26 -0400 Subject: [PATCH] Fix clang Sphinx build bot --- 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 cb2d81e..58523c2 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -97,11 +97,11 @@ Improvements to Clang's diagnostics by unary operators. Non-comprehensive list of changes in this release +------------------------------------------------- - The builtin function __builtin_dump_struct would crash clang when the target struct have bitfield. Now it fixed, and __builtin_dump_struct support dump the bitwidth of bitfields. This fixes `Issue 54462 `_. -------------------------------------------------- New Compiler Flags ------------------ -- 2.7.4