]> granicus.if.org Git - clang/commitdiff
Fix release notes indentation from r309562
authorAlex Lorenz <arphaman@gmail.com>
Mon, 31 Jul 2017 14:22:43 +0000 (14:22 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 31 Jul 2017 14:22:43 +0000 (14:22 +0000)
The additions in r309562 triggered a docs buildbot failure.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309564 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index f10af7279c56dd438ce32f1db07eb9b48b497895..97b53b13a83dd5e9f195baab809e0444f8368e7d 100644 (file)
@@ -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
 -------------------------------------------------