]> granicus.if.org Git - clang/commitdiff
Doing some temporary touch-up on the gnu namespace attribute documentation, from...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 19 Feb 2014 23:21:40 +0000 (23:21 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 19 Feb 2014 23:21:40 +0000 (23:21 +0000)
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

docs/LanguageExtensions.rst

index be80a7640ffd642f2a673a5c460e2477cfb05d2f..2c0c7d2b3d25efed637776c777e7fcf881a45b36 100644 (file)
@@ -1570,10 +1570,7 @@ Non-standard C++11 Attributes
 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