forked from OSchip/llvm-project
Add release notes for the overloadable attribute
llvm-svn: 307995
This commit is contained in:
parent
04a26127c5
commit
163a8337ad
|
@ -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
|
||||
---------------
|
||||
|
|
Loading…
Reference in New Issue