[llvm-branch-commits] [cfe-branch] r311359 - Update Clang 5.0 release notes for ms_abi and __builtin_ms_va_list for aarch64
Martin Storsjo via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 21 11:45:40 PDT 2017
Author: mstorsjo
Date: Mon Aug 21 11:45:39 2017
New Revision: 311359
URL: http://llvm.org/viewvc/llvm-project?rev=311359&view=rev
Log:
Update Clang 5.0 release notes for ms_abi and __builtin_ms_va_list for aarch64
Differential Revision: https://reviews.llvm.org/D36931
Modified:
cfe/branches/release_50/docs/ReleaseNotes.rst
Modified: cfe/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_50/docs/ReleaseNotes.rst?rev=311359&r1=311358&r2=311359&view=diff
==============================================================================
--- cfe/branches/release_50/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_50/docs/ReleaseNotes.rst Mon Aug 21 11:45:39 2017
@@ -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
---------------
More information about the llvm-branch-commits
mailing list