aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-28 11:27:33 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-28 11:27:33 +0000
commitb6a1d9d3f63a26d90aa669696ba4a57cbdd9e960 (patch)
tree911a29c341c54a6cef7eb8d920f64fbe73805008
parentbba72a8d0550b0effe365ec1bd24654a55cacdee (diff)
July was a bit quiet to... except for ARC. ;]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145242 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c1298b16a6..4b18c0f3b4 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->