From: Chandler Carruth Date: Mon, 28 Nov 2011 11:27:33 +0000 (+0000) Subject: July was a bit quiet to... except for ARC. ;] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6a1d9d3f63a26d90aa669696ba4a57cbdd9e960;p=clang 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 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.

  • 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