Ideally, this content will eventually find a home with the rest of the attribute documentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201736
91177308-0d34-0410-b5e6-
96231b3b80d8
Clang's non-standard C++11 attributes live in the ``clang`` attribute
namespace.
-``gnu::`` attributes
---------------------
-
-Clang also supports GCC's ``gnu`` attribute namespace. All GCC attributes which
+Clang supports GCC's ``gnu`` attribute namespace. All GCC attributes which
are accepted with the ``__attribute__((foo))`` syntax are also accepted as
``[[gnu::foo]]``. This only extends to attributes which are specified by GCC
(see the list of `GCC function attributes