[cfe-commits] r145334 - /cfe/trunk/docs/ReleaseNotes.html

Chandler Carruth chandlerc at gmail.com
Mon Nov 28 16:15:25 PST 2011


Author: chandlerc
Date: Mon Nov 28 18:15:25 2011
New Revision: 145334

URL: http://llvm.org/viewvc/llvm-project?rev=145334&view=rev
Log:
And sink the GNU runtime bit into this section as a stub.

Modified:
    cfe/trunk/docs/ReleaseNotes.html

Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145334&r1=145333&r2=145334&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 18:15:25 2011
@@ -88,7 +88,6 @@
 prose in a section of its own. When doing that, delete the notes.</p>
 <ul>
   <li>OS Availability attribute -- r128127</li>
-  <li>GNU ObjectiveC Runtime support -- David Chisnall</li>
   <li>Improved AST support for partially constructed nodes and incomplete
   information for LLDB and other clients which dynamically build AST nodes.</li>
   <li>Memory reduction -- initializers, macro expansions, source locations,
@@ -277,6 +276,13 @@
 the receiving class's type. For more details, see the
 <a href="http://clang.llvm.org/docs/LanguageExtensions.html#objc_instancetype">language extension documentation</a>.
 
+<!--
+This is a stub for David Chisnall to fill out.
+
+<h4 id="objc_gnuruntime">Improved support for the GNU Runtime</h4>
+....
+-->
+
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
 <h3 id="apichanges">Internal API Changes</h3>
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->





More information about the cfe-commits mailing list