projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab31be8
)
[clang] try-fix broken documentation builder
author
Jonas Toth
<jonas.toth@gmail.com>
Wed, 31 Oct 2018 17:00:50 +0000
(17:00 +0000)
committer
Jonas Toth
<jonas.toth@gmail.com>
Wed, 31 Oct 2018 17:00:50 +0000
(17:00 +0000)
llvm-svn: 345737
clang/docs/ReleaseNotes.rst
patch
|
blob
|
history
diff --git
a/clang/docs/ReleaseNotes.rst
b/clang/docs/ReleaseNotes.rst
index 46a75cb97fda142199d6c34381330b81ffba682e..eccc78ddc1a1284b3c5fc3c56edd5fd8622d1b68 100644
(file)
--- 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