Skip to content
Snippets Groups Projects
Commit caef7029 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Add release notes for the recent -fdouble-square-bracket-attributes and...

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
parent 7f6cbace
No related branches found
No related tags found
No related merge requests found
......@@ -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
-------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment