From 606412eb2a44f0513512a1fbba7c5872c420bd43 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Mon, 21 Aug 2017 18:45:39 +0000 Subject: 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 --- docs/ReleaseNotes.rst | 2 ++ 1 file changed, 2 insertions(+) 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 --------------- -- cgit v1.2.3