summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-11-28 17:51:39 +0000
committerDouglas Gregor <dgregor@apple.com>2011-11-28 17:51:39 +0000
commita1e3e8c94e0878b2d5c54eb23ac07f1a05db0b6f (patch)
tree8819bdf7b505c1a55c9fd0efaeb48683e4da4f43 /docs
parent7c304c4feab70d48c23ab61e8305d96e5a2eec5d (diff)
Add a release note for Objective-C related result types
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b775f4eadc..b41e2eb16e 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -154,6 +154,7 @@ prose in a section of its own. When doing that, delete the notes.</p>
also expression traits.</li>
<li>CFI-based debug info -- nlewycky/espindola details</li>
<li>ObjC ARC -- get a blurb from rjmccall</li>
+ <li>ObjC related result type/instancetype</li>
<li>API -- The term "instantiation" w.r.t. macros in APIs has been completely
replaced by the term "expansion".</li>
<li>Thread Safety attributes and correctness analysis added to Clang.</li>