[cfe-commits] r145308 - /cfe/trunk/docs/ReleaseNotes.html

Chandler Carruth chandlerc at gmail.com
Mon Nov 28 15:02:14 PST 2011


Author: chandlerc
Date: Mon Nov 28 17:02:13 2011
New Revision: 145308

URL: http://llvm.org/viewvc/llvm-project?rev=145308&view=rev
Log:
Create a stub for Nick to hack on, nuking another of my rough 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=145308&r1=145307&r2=145308&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 17:02:13 2011
@@ -99,7 +99,6 @@
   <li>Largely complete MSVC-compatible parsing mode -- fpichet</li>
   <li>Memory reduction -- initializers, macro expansions, source locations,
   etc.</li>
-  <li>CFI-based debug info -- nlewycky/espindola details</li>
   <li>ObjC ARC -- get a blurb from rjmccall</li>
   <li>ObjC related result type/instancetype</li>
   <li>Thread Safety attributes and correctness analysis added to Clang.</li>
@@ -187,6 +186,15 @@
 </ul>
 
 <!--
+Nick and/or Rafael will flesh this out into a bit about the CFI / DWARF
+improvements.
+
+<h4 id="dwarf">DWARF Exception Handling uses CFI...</h4>
+Rafael had a zillion patches to emit stuff using .cfi directives... =]
+
+-->
+
+<!--
 Need Peter and/or Tanya to flesh this out if we want it in 3.0's notes.. The
 state isn't clear just from documentation or commit logs.
 





More information about the cfe-commits mailing list