r309564 - Fix release notes indentation from r309562

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 31 07:22:43 PDT 2017


Author: arphaman
Date: Mon Jul 31 07:22:43 2017
New Revision: 309564

URL: http://llvm.org/viewvc/llvm-project?rev=309564&view=rev
Log:
Fix release notes indentation from r309562

The additions in r309562 triggered a docs buildbot failure.

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=309564&r1=309563&r2=309564&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Mon Jul 31 07:22:43 2017
@@ -52,16 +52,19 @@ Major New Features
 Improvements to Clang's diagnostics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- `-Wpragma-pack` is a new warning that warns in the following cases:
-  - When a translation unit is missing terminating `#pragma pack (pop)`
+- ``-Wpragma-pack`` is a new warning that warns in the following cases:
+
+  - When a translation unit is missing terminating ``#pragma pack (pop)``
     directives.
+
   - When leaving an included file that changes the current alignment value,
-    i.e. when the alignment before `#include` is different to the alignment
-    after `#include`.
-  - `-Wpragma-pack-suspicious-include` (disabled by default) warns on an
-    `#include` when the included file contains structures or unions affected by
-    a non-default alignment that has been specified using a `#pragma pack`
-    directive prior to the `#include`.
+    i.e. when the alignment before ``#include`` is different to the alignment
+    after ``#include``.
+
+  - ``-Wpragma-pack-suspicious-include`` (disabled by default) warns on an
+    ``#include`` when the included file contains structures or unions affected by
+    a non-default alignment that has been specified using a ``#pragma pack``
+    directive prior to the ``#include``.
 
 Non-comprehensive list of changes in this release
 -------------------------------------------------




More information about the cfe-commits mailing list