]> granicus.if.org Git - clang/commitdiff
Add release notes for the overloadable attribute
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 14 Jul 2017 03:23:57 +0000 (03:23 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 14 Jul 2017 03:23:57 +0000 (03:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307995 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 8f1515dafd97b434b42dcf086beb90181a5d933c..deffa24c4e429058c57052e5d815bcb56782bc89 100644 (file)
@@ -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
 ---------------