summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-08-21 18:45:39 +0000
committerMartin Storsjo <martin@martin.st>2017-08-21 18:45:39 +0000
commit606412eb2a44f0513512a1fbba7c5872c420bd43 (patch)
treeb9386ddc4ec60ef156b2053774abd68f29ed8c60
parent46ae5f5b0646bad9e7ac46dc84fc74e5fd1f3474 (diff)
Update Clang 5.0 release notes for ms_abi and __builtin_ms_va_list for aarch64
Differential Revision: https://reviews.llvm.org/D36931 git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_50@311359 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 9d7bbad7bb..13766f0404 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -104,6 +104,8 @@ Attribute Changes in Clang
- The ``overloadable`` attribute now allows at most one function with a given
name to lack the ``overloadable`` attribute. This unmarked function will not
have its name mangled.
+- The ```ms_abi`` attribute and the ``__builtin_ms_va_list`` types and builtins
+ are now supported on AArch64.
Windows Support
---------------