July was a bit quiet to... except for ARC. ;]

llvm-svn: 145242
This commit is contained in:
Chandler Carruth 2011-11-28 11:27:33 +00:00
parent 955ba6c076
commit e70b005a6d
1 changed files with 4 additions and 0 deletions

View 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>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->