diff options
author | Jonas Toth <jonas.toth@gmail.com> | 2018-10-31 17:00:50 +0000 |
---|---|---|
committer | Jonas Toth <jonas.toth@gmail.com> | 2018-10-31 17:00:50 +0000 |
commit | aa51ef12878be76bf11d3ca9d2522a6e90c45d4d (patch) | |
tree | 6974e1dc106eb6a38a2479872ee1313584f292b3 | |
parent | ab31be83ade4b9662e01f2af2ead37fa852810ae (diff) | |
download | bcm5719-llvm-aa51ef12878be76bf11d3ca9d2522a6e90c45d4d.tar.gz bcm5719-llvm-aa51ef12878be76bf11d3ca9d2522a6e90c45d4d.zip |
[clang] try-fix broken documentation builder
llvm-svn: 345737
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 46a75cb97fd..eccc78ddc1a 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 |