]> granicus.if.org Git - clang/commitdiff
Add release notes for the recent -fdouble-square-bracket-attributes and -fno-double...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 21 Oct 2017 16:45:08 +0000 (16:45 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 21 Oct 2017 16:45:08 +0000 (16:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316269 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 293144a832700f25b0e043b62fc1c4c0e9e3d84d..698672e479099aae4a1f5e2983c8d8e7a80a3a4b 100644 (file)
@@ -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
 -------------------------