From: Jonas Toth Date: Wed, 31 Oct 2018 17:00:50 +0000 (+0000) Subject: [clang] try-fix broken documentation builder X-Git-Tag: llvmorg-8.0.0-rc1~5348 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa51ef12878be76bf11d3ca9d2522a6e90c45d4d;p=platform%2Fupstream%2Fllvm.git [clang] try-fix broken documentation builder llvm-svn: 345737 --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 46a75cb97fda..eccc78ddc1a1 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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