From 6f576c9bfa9a22e2801485768fe56b3336ea18a7 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 15 May 2012 03:11:40 +0000 Subject: Clean up 3.1 release notes a bit git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_31@156798 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 88 +++++++++++++++++++++----------------------------- 1 file changed, 36 insertions(+), 52 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f49f7f8519..8367b8a7dd 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -26,14 +26,12 @@ td {
  • Introduction
  • What's New in Clang 3.1?
  • -
  • Known Problems
  • Additional Information
  • @@ -41,12 +39,6 @@ td {

    Written by the LLVM Team

    -

    These are in-progress notes for the upcoming Clang 3.1 -release.
    -You may prefer the -Clang 3.0 -Release Notes.

    -

    Introduction

    @@ -78,25 +70,6 @@ Generic improvements to Clang as a whole or two its underlying infrastructure are described first, followed by language-specific sections with improvements to Clang's support for those languages.

    - -

    Major New Features

    - - -

    Feature 1

    -... - -

    New and better diagnostics

    - -

    New: -Wdangling-else, -Wstrncat-size, ...

    - -

    Improved: -Wformat, -Wempty-body, --Wliteral-conversion, ...

    - -

    Tooling

    - -

    Added an API to enable clang-based standalone tools, including initial build -system integration.

    -

    C Language Changes in Clang

    @@ -141,24 +114,47 @@ following are now considered to be of production quality: Clang 3.1 introduces several new Objective-C language features and improvements. +

    Objective-C literals and subscripting

    + +

    Objective-C now provides additional literal expressions, including numeric, array, and dictionary literals. Additionally, array and dictionary elements can be accesses via the subscripting operator. For more information about the new literals, see the documentation for Objective-C literals and subscripting. +

    Format string checking for NSString literals

    --Wformat now checks @"nsstring literals". +-Wformat now checks @"NSString literals". -

    Internal API Changes

    +

    Python Binding Changes

    -These are major API changes that have happened since the 3.0 release of Clang. -If upgrading an external codebase that uses Clang as a library, this section -should help get you past the largest hurdles of upgrading. - -

    API change 1

    -... - - -

    Significant Known Problems

    - +The following methods have been added: +

    Additional Information

    @@ -176,18 +172,6 @@ contact us via the mailing list.

    - - - - - -- cgit v1.2.3