r345737 - [clang] try-fix broken documentation builder
Jonas Toth via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 10:00:51 PDT 2018
Author: jonastoth
Date: Wed Oct 31 10:00:50 2018
New Revision: 345737
URL: http://llvm.org/viewvc/llvm-project?rev=345737&view=rev
Log:
[clang] try-fix broken documentation builder
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=345737&r1=345736&r2=345737&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Wed Oct 31 10:00:50 2018
@@ -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
More information about the cfe-commits
mailing list