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
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c1298b1..4b18c0f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->