Skip to content

Commit

Permalink
Fix Clang sphinx bot
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBallman committed Apr 26, 2023
1 parent b893368 commit 7ec3f19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 7ec3f19

Please sign in to comment.