Skip to content
Snippets Groups Projects
Commit 96993acd authored by George Burgess IV's avatar George Burgess IV
Browse files

Add release notes for the overloadable attribute

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307995 91177308-0d34-0410-b5e6-96231b3b80d8
parent 236b498c
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,9 @@ Clang now supports the ... ...@@ -82,7 +82,9 @@ Clang now supports the ...
Attribute Changes in Clang 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 Windows Support
--------------- ---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment