]> granicus.if.org Git - clang/commitdiff
[clang] try-fix broken documentation builder
authorJonas Toth <jonas.toth@gmail.com>
Wed, 31 Oct 2018 17:00:50 +0000 (17:00 +0000)
committerJonas Toth <jonas.toth@gmail.com>
Wed, 31 Oct 2018 17:00:50 +0000 (17:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345737 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 46a75cb97fda142199d6c34381330b81ffba682e..eccc78ddc1a1284b3c5fc3c56edd5fd8622d1b68 100644 (file)
@@ -142,6 +142,7 @@ ABI Changes in Clang
 
 - `_Alignof` and `alignof` now return the ABI alignment of a type, as opposed
   to the preferred alignment.
+
   - This is more in keeping with the language of the standards, as well as
     being compatible with gcc
   - `__alignof` and `__alignof__` still return the preferred alignment of