summaryrefslogtreecommitdiffstats
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
commit163a8337ad158bf4fdb710db5e5bba94e5ff0527 (patch)
tree80517051a1f4b7a6a6fa40882f20978d596f46bf
parent04a26127c56da651753af982bd1937dfc423c670 (diff)
downloadbcm5719-llvm-163a8337ad158bf4fdb710db5e5bba94e5ff0527.tar.gz
bcm5719-llvm-163a8337ad158bf4fdb710db5e5bba94e5ff0527.zip
Add release notes for the overloadable attribute
llvm-svn: 307995
-rw-r--r--clang/docs/ReleaseNotes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 8f1515dafd9..deffa24c4e4 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/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
---------------
OpenPOWER on IntegriCloud