diff options
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
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> <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> |