summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2017-07-14 03:23:57 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2017-07-14 03:23:57 +0000
commit96993acdc9fe60fcfcaf6fe903c1604ed3a2fc03 (patch)
tree4302ccc9d4d7ab90476f034245516deaa5c96612 /docs
parent236b498c614a27d8aa76cc13a4aeae873e0484aa (diff)
Add release notes for the overloadable attribute
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 3 insertions, 1 deletions
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
---------------