diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-11-28 10:57:14 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-11-28 10:57:14 +0000 |
commit | bba72a8d0550b0effe365ec1bd24654a55cacdee (patch) | |
tree | 9785dd2d7c90773849f1bf697fc564bb942aee5e | |
parent | 1af4022b6d0c43a447e0f06726b137803b9445fe (diff) |
June was a quiet month... I can't imagine why... ;]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145241 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e1d090505e..c1298b16a6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -128,11 +128,13 @@ prose in a section of its own. When doing that, delete the notes.</p> <li>C1X -- static asserts and generic selections</li> <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 -- 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> </ul> <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> |