From: Aaron Ballman Date: Sat, 21 Oct 2017 16:45:08 +0000 (+0000) Subject: Add release notes for the recent -fdouble-square-bracket-attributes and -fno-double... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caef7029e6dd8cfb6e92aaf2fa88ca154e0255a8;p=clang Add release notes for the recent -fdouble-square-bracket-attributes and -fno-double-square-bracket-attributes compiler flags. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316269 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 293144a832..698672e479 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -103,6 +103,13 @@ New Compiler Flags - --autocomplete was implemented to obtain a list of flags and its arguments. This is used for shell autocompletion. +- The ``-fdouble-square-bracket-attributes`` and corresponding + ``-fno-double-square-bracket-attributes`` flags were added to enable or + disable [[]] attributes in any language mode. Currently, only a limited + number of attributes are supported outside of C++ mode. See the Clang + attribute documentation for more information about which attributes are + supported for each syntax. + Deprecated Compiler Flags -------------------------