Author: Richard Smith
Date: 2022-05-05T15:58:26-07:00
New Revision: c2572d8b1fccffcc5dd7b900cf3c4cfa07df3b50

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

LOG: [docs] Add blank lines to help Sphinx parse nested bullets.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 119d6eb95f45..b77bd8445a70 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -205,9 +205,12 @@ Improvements to Clang's diagnostics
 
 Non-comprehensive list of changes in this release
 -------------------------------------------------
+
 - Improve __builtin_dump_struct:
+
   - Support bitfields in struct and union.
-  - Improve the dump format, dump both bitwidth(if its a bitfield) and field 
value.
+  - Improve the dump format, dump both bitwidth(if its a bitfield) and field
+    value.
   - Remove anonymous tag locations and flatten anonymous struct members.
   - Beautify dump format, add indent for struct members.
   - Support passing additional arguments to the formatting function, allowing
@@ -217,6 +220,7 @@ Non-comprehensive list of changes in this release
   - Support formatting of base classes in C++.
   - Support calling a formatting function template in C++, which can provide
     custom formatting for non-aggregate types.
+
 - Previously disabled sanitizer options now enabled by default:
   - ASAN_OPTIONS=detect_stack_use_after_return=1 (only on Linux).
   - MSAN_OPTIONS=poison_in_dtor=1.


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to