Add release notes for the overloadable attribute

llvm-svn: 307995
This commit is contained in:
George Burgess IV 2017-07-14 03:23:57 +00:00
parent 04a26127c5
commit 163a8337ad
1 changed files with 3 additions and 1 deletions

View 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
---------------