From: Chandler Carruth
Date: Mon, 28 Nov 2011 10:57:14 +0000 (+0000)
Subject: June was a quiet month... I can't imagine why... ;]
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bba72a8d0550b0effe365ec1bd24654a55cacdee;p=clang
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
---
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.
C1X -- static asserts and generic selections
C++11 -- alias declarations -- zygoloid
C++11 -- range-based-for loops -- zygoloid
+ C++11 -- nullptr -- zygoloid
C++11 -- delegating ctors -- zygoloid/scshunt
Memory reduction -- initializers, macro expansions, source locations,
etc.
Full set of type traits, sufficient to support C++11 standard libraries;
also expression traits.
+ CFI-based debug info -- nlewycky/espindola details