From: Chandler Carruth
Date: Tue, 29 Nov 2011 00:15:25 +0000 (+0000)
Subject: And sink the GNU runtime bit into this section as a stub.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52e375e6f2eb10861123bb176b01a24216e85091;p=clang
And sink the GNU runtime bit into this section as a stub.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145334 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index f30058ecb1..fd6f393625 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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.
- OS Availability attribute -- r128127
- - GNU ObjectiveC Runtime support -- David Chisnall
- Improved AST support for partially constructed nodes and incomplete
information for LLDB and other clients which dynamically build AST nodes.
- Memory reduction -- initializers, macro expansions, source locations,
@@ -277,6 +276,13 @@ such as
init
which always return objects that are an instance of
the receiving class's type. For more details, see the
language extension documentation.
+
+
Internal API Changes