From: Douglas Gregor Date: Mon, 28 Nov 2011 17:50:36 +0000 (+0000) Subject: Note that code completion now works better for in-class member functions X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c304c4feab70d48c23ab61e8305d96e5a2eec5d;p=clang Note that code completion now works better for in-class member functions git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145251 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 71da22fe6e..b775f4eadc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -125,7 +125,7 @@ prose in a section of its own. When doing that, delete the notes.

especially when macro arguments are involved. -
  • libclang improvemenst bucket +
  • libclang improvements bucket
  • C++ -- supported in the static analyzer: methods, new, constructors, @@ -146,7 +147,7 @@ prose in a section of its own. When doing that, delete the notes.

  • C++11 -- nullptr -- zygoloid
  • C++11 -- in-class init -- zygoloid
  • C++11 -- raw string literals -- zygoloid
  • -
  • C++11 -- delegating ctors -- zygoloid/scshunt
  • +
  • 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;