[clang] 7ec3f19 - Fix Clang sphinx bot
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 26 12:29:28 PDT 2023
Author: Aaron Ballman
Date: 2023-04-26T15:29:02-04:00
New Revision: 7ec3f19f851509ea3c46e651c9bfab8324b79133
URL: https://github.com/llvm/llvm-project/commit/7ec3f19f851509ea3c46e651c9bfab8324b79133
DIFF: https://github.com/llvm/llvm-project/commit/7ec3f19f851509ea3c46e651c9bfab8324b79133.diff
LOG: Fix Clang sphinx bot
Addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/43413
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 8606f1478a00..ab7b2e05e54c 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 <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
^^^^^^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list