From c5ca712786cf1c938e6e22bd7e3e0a71d94459cd Mon Sep 17 00:00:00 2001 From: Pawel Wodnicki Date: Wed, 19 Dec 2012 05:17:10 +0000 Subject: Added C11,C++11 and Python notes git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_32@170494 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 58 ++++++++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 32 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8a195f0b83..5120b0d5ce 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -43,12 +43,6 @@ td {

Written by the LLVM Team

-

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

-

Introduction

@@ -239,7 +233,8 @@ attributes in Clang language extensions documentation.

C11 Feature Support

-

...

+

Clang 3.2 adds support for the C11 _Alignof keyword, pedantic warning through option + -Wempty-translation-unit (C11 6.9p1)

C++ Language Changes in Clang

@@ -247,7 +242,18 @@ attributes in Clang language extensions documentation.

C++11 Feature Support

-

...

+

Clang 3.2 supports most of the language features + added in the latest ISO C++ standard,C++ 2011. + Use -std=c++11 or -std=gnu++11 to enable support for these features. In addition to the features supported by Clang 3.1, the + following features have been added:

+ +

Objective-C Language Changes in Clang

@@ -255,25 +261,24 @@ attributes in Clang language extensions documentation.

...

- -

Internal API Changes

- - -

These are major API changes that have happened since the 3.1 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

- -

...

+

Python Binding Changes

-The following methods have been added: +The following classes and methods have been added: @@ -296,17 +301,6 @@ The following methods have been added: the mailing list.

- - - - -- cgit v1.2.3