]> granicus.if.org Git - clang/commitdiff
July was a bit quiet to... except for ARC. ;]
authorChandler Carruth <chandlerc@gmail.com>
Mon, 28 Nov 2011 11:27:33 +0000 (11:27 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 28 Nov 2011 11:27:33 +0000 (11:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145242 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index c1298b16a6f263fe0ed3de880e98ab4f22fefced..4b18c0f3b4ee4b7cf0c96bd3a6f779249b52738a 100644 (file)
@@ -118,6 +118,8 @@ prose in a section of its own. When doing that, delete the notes.</p>
       <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 @@ prose in a section of its own. When doing that, delete the notes.</p>
   <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>
 
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->