summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-01-21 19:13:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-01-21 19:13:26 +0000
commit881cc5147c264baff49a477d7cb129e3ecd0eacd (patch)
treed4f07b1de398df1349ee356674263f0d1b5706b9
parentce3f23cc7f29c2d1c31f2d755373c409f22add31 (diff)
Add some items to the 3.6 release notes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_36@226692 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 8c47d693ed..138f466f41 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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
^^^^^^^^^^^^^^^^^^^^^