From e70b005a6d539aefdff8986f553f70b4bad57dbf Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 28 Nov 2011 11:27:33 +0000 Subject: [PATCH] July was a bit quiet to... except for ARC. ;] llvm-svn: 145242 --- clang/docs/ReleaseNotes.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index c1298b16a6f2..4b18c0f3b4ee 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -118,6 +118,8 @@ prose in a section of its own. When doing that, delete the notes.

  • Emitting fewer include stacks
  • Significantly better recovery when encountering misspelled type names in a declaration context. r130082
  • +
  • Expanded typo correction, most especially namespace-aware typo + correction in C++
  • 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.

  • C++11 -- alias declarations -- zygoloid
  • C++11 -- range-based-for loops -- zygoloid
  • C++11 -- nullptr -- zygoloid
  • +
  • C++11 -- in-class init -- 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
  • +
  • ObjC ARC -- get a blurb from rjmccall