From: George Burgess IV Date: Fri, 14 Jul 2017 03:23:57 +0000 (+0000) Subject: Add release notes for the overloadable attribute X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96993acdc9fe60fcfcaf6fe903c1604ed3a2fc03;p=clang Add release notes for the overloadable attribute git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307995 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 8f1515dafd..deffa24c4e 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -82,7 +82,9 @@ Clang now supports the ... 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. Windows Support ---------------