[cfe-commits] r145245 - /cfe/trunk/docs/ReleaseNotes.html
Chandler Carruth
chandlerc at gmail.com
Mon Nov 28 04:24:21 PST 2011
Author: chandlerc
Date: Mon Nov 28 06:24:21 2011
New Revision: 145245
URL: http://llvm.org/viewvc/llvm-project?rev=145245&view=rev
Log:
July's notes..
Modified:
cfe/trunk/docs/ReleaseNotes.html
Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145245&r1=145244&r2=145245&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 06:24:21 2011
@@ -120,6 +120,8 @@
in a declaration context. r130082</li>
<li>Expanded typo correction, most especially namespace-aware typo
correction in C++</li>
+ <li>Significantly more rich diagnostics w.r.t. macro expansion backtraces,
+ especially when macro arguments are involved.</li>
</ul>
</li>
<li>C++ -- supported in the static analyzer: methods, new, constructors,
@@ -139,6 +141,8 @@
also expression traits.</li>
<li>CFI-based debug info -- nlewycky/espindola details</li>
<li>ObjC ARC -- get a blurb from rjmccall</li>
+ <li>API -- The term "instantiation" w.r.t. macros in APIs has been completely
+ replaced by the term "expansion".</li>
</ul>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
More information about the cfe-commits
mailing list