diff options
author | Alex Lorenz <arphaman@gmail.com> | 2017-07-31 14:22:43 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2017-07-31 14:22:43 +0000 |
commit | dbbe822485f8ff308720f98927774466d7d1483b (patch) | |
tree | f7eb043d4f3a7ccbbbda2c771c838f1caff58447 | |
parent | 3e9b3eb91deae79c4ac73ee6dfcab19af8a3ebe9 (diff) | |
download | bcm5719-llvm-dbbe822485f8ff308720f98927774466d7d1483b.tar.gz bcm5719-llvm-dbbe822485f8ff308720f98927774466d7d1483b.zip |
Fix release notes indentation from r309562
The additions in r309562 triggered a docs buildbot failure.
llvm-svn: 309564
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index f10af7279c5..97b53b13a83 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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 ------------------------------------------------- |