From: Chandler Carruth Date: Mon, 28 Nov 2011 12:24:21 +0000 (+0000) Subject: July's notes.. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d46a50128eb790053bb2ed844237eb18252dee9;p=clang July's notes.. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145245 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4b18c0f3b4..2340449449 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -120,6 +120,8 @@ prose in a section of its own. When doing that, delete the notes.

in a declaration context. r130082
  • Expanded typo correction, most especially namespace-aware typo correction in C++
  • +
  • Significantly more rich diagnostics w.r.t. macro expansion backtraces, + especially when macro arguments are involved.
  • C++ -- supported in the static analyzer: methods, new, constructors, @@ -139,6 +141,8 @@ prose in a section of its own. When doing that, delete the notes.

    also expression traits.
  • CFI-based debug info -- nlewycky/espindola details
  • ObjC ARC -- get a blurb from rjmccall
  • +
  • API -- The term "instantiation" w.r.t. macros in APIs has been completely + replaced by the term "expansion".