summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-02-19 23:21:40 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-02-19 23:21:40 +0000
commit68893db0564d6ead3c69cec9ed6abf560bdaa77c (patch)
tree30a7f2a2b287c18e6f2756c00de3eeaa0bc58eed /clang
parent40d6f29ad8eb637333a4da4dbdabf79df67637eb (diff)
downloadbcm5719-llvm-68893db0564d6ead3c69cec9ed6abf560bdaa77c.tar.gz
bcm5719-llvm-68893db0564d6ead3c69cec9ed6abf560bdaa77c.zip
Doing some temporary touch-up on the gnu namespace attribute documentation, from a post-commit review comment.
Ideally, this content will eventually find a home with the rest of the attribute documentation. llvm-svn: 201736
Diffstat (limited to 'clang')
-rw-r--r--clang/docs/LanguageExtensions.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index be80a7640ff..2c0c7d2b3d2 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -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
OpenPOWER on IntegriCloud