Fix Clang sphinx bot
authorAaron Ballman <aaron@aaronballman.com>
Wed, 26 Apr 2023 19:29:02 +0000 (15:29 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 26 Apr 2023 19:29:02 +0000 (15:29 -0400)
Addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/43413

clang/docs/ReleaseNotes.rst

index 8606f14..ab7b2e0 100644 (file)
@@ -331,8 +331,10 @@ Bug Fixes to Compiler Builtins
 
 Bug Fixes to Attribute Support
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- Fixed a bug where attribute annotations on type specifiers (enums, classes, structs, unions, and scoped enums) were not properly ignored, resulting in misleading warning messages. Now, such attribute annotations are correctly ignored.
-(`#61660 <https://github.com/llvm/llvm-project/issues/61660>`_)
+- Fixed a bug where attribute annotations on type specifiers (enums, classes,
+  structs, unions, and scoped enums) were not properly ignored, resulting in
+  misleading warning messages. Now, such attribute annotations are correctly
+  ignored. (`#61660 <https://github.com/llvm/llvm-project/issues/61660>`_)
 
 Bug Fixes to C++ Support
 ^^^^^^^^^^^^^^^^^^^^^^^^