[clang] 635dde8 - Fix clang Sphinx build bot

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 25 04:13:41 PDT 2022


Author: Aaron Ballman
Date: 2022-03-25T07:13:26-04:00
New Revision: 635dde811717e736ddb6b675f678b64c54607eba

URL: https://github.com/llvm/llvm-project/commit/635dde811717e736ddb6b675f678b64c54607eba
DIFF: https://github.com/llvm/llvm-project/commit/635dde811717e736ddb6b675f678b64c54607eba.diff

LOG: Fix clang Sphinx build bot

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index cb2d81e21f243..58523c2569283 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 <https://github.com/llvm/llvm-project/issues/54462>`_.
--------------------------------------------------
 
 New Compiler Flags
 ------------------


        


More information about the cfe-commits mailing list