From: Chandler Carruth Date: Mon, 28 Nov 2011 22:36:40 +0000 (+0000) Subject: We now have text (or comment stubs for others) for these... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21480b76382b296f35ada977e0b877faab44e381;p=clang We now have text (or comment stubs for others) for these... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145299 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 62793b2fed..58e7f97b27 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -96,9 +96,6 @@ prose in a section of its own. When doing that, delete the notes.

to differentiate between the possibility of an uninitialized use and the certainty of an uninitialized use.
  • Support for language specific address spaces
  • -
  • Support for compiling on NetBSD systems -- Joerg Sonnenberger to fill - out
  • -
  • Support for '--sysroot' based cross-compilation
  • Crash recovery handling for libclang clients -- Ted
  • Driver support for automatic preparation of reproduction steps for compiler crashes -- Chad