From: Jonas Toth Date: Wed, 31 Oct 2018 17:00:50 +0000 (+0000) Subject: [clang] try-fix broken documentation builder X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8be1bee43603c8a42950c8f855c8891b2167eb8;p=clang [clang] try-fix broken documentation builder git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345737 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 46a75cb97f..eccc78ddc1 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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