aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorJonas Toth <jonas.toth@gmail.com>2018-10-31 17:00:50 +0000
committerJonas Toth <jonas.toth@gmail.com>2018-10-31 17:00:50 +0000
commitaa51ef12878be76bf11d3ca9d2522a6e90c45d4d (patch)
tree6974e1dc106eb6a38a2479872ee1313584f292b3 /clang/docs
parentab31be83ade4b9662e01f2af2ead37fa852810ae (diff)
[clang] try-fix broken documentation builder
llvm-svn: 345737
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst1
1 files changed, 1 insertions, 0 deletions
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