From: Chandler Carruth Date: Mon, 28 Nov 2011 21:55:34 +0000 (+0000) Subject: Add a brief mention of the warning flag name updates associated with the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc02a043ff0a5192ccfde1a7784ff5b0a83d7383;p=clang Add a brief mention of the warning flag name updates associated with the C++11 standard. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145284 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8a61c8e4ab..636d3e324e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -211,6 +211,9 @@ features. The following are now considered to be of production quality:
  • A full set of type traits, sufficient to support C++11 standard libraries
  • +All warning and language selection flags which previously accepted +c++0x now accept c++11. The old c++0x +form remains as an alias.

    Objective-C Language Changes in Clang