From 7a5898c3fe1cab3d7718804c96ee231c0682e0cb Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 28 Nov 2011 20:02:05 +0000 Subject: Add a release notes section on new C++11 language features, and flesh it out. llvm-svn: 145268 --- clang/docs/ReleaseNotes.html | 45 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) (limited to 'clang/docs/ReleaseNotes.html') diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 6dc0f54cb20..a171bbf4a30 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -29,6 +29,7 @@ td {
  • C++ Language Changes
  • Objective-C Language Changes
  • Internal API Changes
  • +
  • Known Problems
  • Additional Information
  • @@ -94,7 +95,6 @@ prose in a section of its own. When doing that, delete the notes.

  • Compiling C/C++ w/ MinGW (32/64) and Cygwin on Windows -- chapuni
  • C++ -- Parsing and AST support for Windows Structured Exception Handling.
  • -
  • C++11 -- noexcept (Sebastian Redl)
  • Uninitialized values Clang warning rewrite -- more accurate, faster, able to differentiate between the possibility of an uninitialized use and the certainty of an uninitialized use.
  • @@ -107,7 +107,6 @@ prose in a section of its own. When doing that, delete the notes.

    compiler crashes -- Chad
  • OS Availability attribute -- r128127
  • GNU ObjectiveC Runtime support -- David Chisnall
  • -
  • C++11 -- override
  • Diagnostic improvements bucket?