diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-11-28 23:02:13 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-11-28 23:02:13 +0000 |
commit | 9c3530432515d6b2e5e2df917fc9ffd597b0a874 (patch) | |
tree | e0a6bf1b1ea295ce6a2634b865e9633c9e94ea7f | |
parent | 2f3768500572de185c6bd5b3fda3319b56d03541 (diff) |
Create a stub for Nick to hack on, nuking another of my rough notes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145308 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0a9cc7d7de..019ad500ed 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -99,7 +99,6 @@ prose in a section of its own. When doing that, delete the notes.</p> <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 @@ to introspect the preprocessing. </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. |