r316269 - Add release notes for the recent -fdouble-square-bracket-attributes and -fno-double-square-bracket-attributes compiler flags.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 21 09:45:08 PDT 2017
Author: aaronballman
Date: Sat Oct 21 09:45:08 2017
New Revision: 316269
URL: http://llvm.org/viewvc/llvm-project?rev=316269&view=rev
Log:
Add release notes for the recent -fdouble-square-bracket-attributes and -fno-double-square-bracket-attributes compiler flags.
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=316269&r1=316268&r2=316269&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Sat Oct 21 09:45:08 2017
@@ -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
-------------------------
More information about the cfe-commits
mailing list