diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-09 12:51:24 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-09 12:51:24 +0000 |
| commit | 9ca6e810b70994c147e960cb8179f7b9af7b61b9 (patch) | |
| tree | f08372e9947fbb08b80542e404a0d566c4e73063 /clang/docs | |
| parent | 5fdaac15ec0396f4d41a63d94d2a54a4080f39c8 (diff) | |
| download | bcm5719-llvm-9ca6e810b70994c147e960cb8179f7b9af7b61b9.tar.gz bcm5719-llvm-9ca6e810b70994c147e960cb8179f7b9af7b61b9.zip | |
Mention the changes in the handling of language linkage in the release notes.
llvm-svn: 179094
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index d9a3364606b..fbcd1eff86a 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -81,6 +81,12 @@ C11 Feature Support C++ Language Changes in Clang ----------------------------- +- Clang now correctly implements language linkage for functions and variables. + This means that, for example, it is now possible to overload static functions + declared in an ``extern "C"`` context. For backwards compatibility, an alias + with the unmangled name is still emitted if it is the only one and has the + ``used`` attribute. + C++11 Feature Support ^^^^^^^^^^^^^^^^^^^^^ |

