[cfe-commits] r145252 - /cfe/trunk/docs/ReleaseNotes.html

Douglas Gregor dgregor at apple.com
Mon Nov 28 09:51:39 PST 2011


Author: dgregor
Date: Mon Nov 28 11:51:39 2011
New Revision: 145252

URL: http://llvm.org/viewvc/llvm-project?rev=145252&view=rev
Log:
Add a release note for Objective-C related result types

Modified:
    cfe/trunk/docs/ReleaseNotes.html

Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145252&r1=145251&r2=145252&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 11:51:39 2011
@@ -154,6 +154,7 @@
   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>





More information about the cfe-commits mailing list