And sink the GNU runtime bit into this section as a stub.

llvm-svn: 145334
This commit is contained in:
Chandler Carruth 2011-11-29 00:15:25 +00:00
parent 1ef751f4a5
commit 30befa0f7a
1 changed files with 7 additions and 1 deletions

View File

@ -88,7 +88,6 @@ the history. Anything still here needs to be distilled and turned into proper
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 @@ such as <code>init</code> which always return objects that are an instance of
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>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->