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

Chandler Carruth chandlerc at gmail.com
Mon Nov 28 03:27:34 PST 2011


Author: chandlerc
Date: Mon Nov 28 05:27:33 2011
New Revision: 145242

URL: http://llvm.org/viewvc/llvm-project?rev=145242&view=rev
Log:
July was a bit quiet to... except for ARC. ;]

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=145242&r1=145241&r2=145242&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 05:27:33 2011
@@ -118,6 +118,8 @@
       <li>Emitting fewer include stacks</li>
       <li>Significantly better recovery when encountering misspelled type names
       in a declaration context. r130082</li>
+      <li>Expanded typo correction, most especially namespace-aware typo
+      correction in C++</li>
     </ul>
   </li>
   <li>C++ -- supported in the static analyzer: methods, new, constructors,
@@ -129,12 +131,14 @@
   <li>C++11 -- alias declarations -- zygoloid</li>
   <li>C++11 -- range-based-for loops -- zygoloid</li>
   <li>C++11 -- nullptr -- zygoloid</li>
+  <li>C++11 -- in-class init -- zygoloid</li>
   <li>C++11 -- delegating ctors -- zygoloid/scshunt<li>
   <li>Memory reduction -- initializers, macro expansions, source locations,
   etc.</li>
   <li>Full set of type traits, sufficient to support C++11 standard libraries;
   also expression traits.</li>
   <li>CFI-based debug info -- nlewycky/espindola details</li>
+  <li>ObjC ARC -- get a blurb from rjmccall</li>
 </ul>
 
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->





More information about the cfe-commits mailing list