]> granicus.if.org Git - clang/commitdiff
July's notes..
authorChandler Carruth <chandlerc@gmail.com>
Mon, 28 Nov 2011 12:24:21 +0000 (12:24 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 28 Nov 2011 12:24:21 +0000 (12:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145245 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 4b18c0f3b4ee4b7cf0c96bd3a6f779249b52738a..23404494490b690b1f9c75b2473adf776fe12a5a 100644 (file)
@@ -120,6 +120,8 @@ prose in a section of its own. When doing that, delete the notes.</p>
       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 @@ prose in a section of its own. When doing that, delete the notes.</p>
   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>
 
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->