[llvm-branch-commits] [cfe-branch] r226692 - Add some items to the 3.6 release notes.

Rafael Espindola rafael.espindola at gmail.com
Wed Jan 21 11:13:26 PST 2015


Author: rafael
Date: Wed Jan 21 13:13:26 2015
New Revision: 226692

URL: http://llvm.org/viewvc/llvm-project?rev=226692&view=rev
Log:
Add some items to the 3.6 release notes.

Modified:
    cfe/branches/release_36/docs/ReleaseNotes.rst

Modified: cfe/branches/release_36/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_36/docs/ReleaseNotes.rst?rev=226692&r1=226691&r2=226692&view=diff
==============================================================================
--- cfe/branches/release_36/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_36/docs/ReleaseNotes.rst Wed Jan 21 13:13:26 2015
@@ -93,7 +93,11 @@ C11 Feature Support
 C++ Language Changes in Clang
 -----------------------------
 
-- ...
+- Clang now supports putting identical constructors and destructors in
+  the C5/D5 comdat, reducing code duplication.
+
+- Clang will put individual ``.init_array/.ctors`` sections in
+  comdats, reducing code duplication and speeding up startup.
 
 C++11 Feature Support
 ^^^^^^^^^^^^^^^^^^^^^





More information about the llvm-branch-commits mailing list