From a1e3e8c94e0878b2d5c54eb23ac07f1a05db0b6f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 28 Nov 2011 17:51:39 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) 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.
  • -- 2.50.1