From 7ec3f19f851509ea3c46e651c9bfab8324b79133 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 26 Apr 2023 15:29:02 -0400 Subject: [PATCH] Fix Clang sphinx bot Addresses the issue found in: https://lab.llvm.org/buildbot/#/builders/92/builds/43413 --- clang/docs/ReleaseNotes.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 8606f147..ab7b2e0 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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 `_) +- 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 `_) Bug Fixes to C++ Support ^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.7.4