From: Douglas Gregor
Date: Mon, 28 Nov 2011 17:51:39 +0000 (+0000)
Subject: Add a release note for Objective-C related result types
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1e3e8c94e0878b2d5c54eb23ac07f1a05db0b6f;p=clang
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
---
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.
also expression traits.
CFI-based debug info -- nlewycky/espindola details
ObjC ARC -- get a blurb from rjmccall
+ ObjC related result type/instancetype
API -- The term "instantiation" w.r.t. macros in APIs has been completely
replaced by the term "expansion".
Thread Safety attributes and correctness analysis added to Clang.