r201736 - Doing some temporary touch-up on the gnu namespace attribute documentation, from a post-commit review comment.

Aaron Ballman aaron at aaronballman.com
Wed Feb 19 15:21:40 PST 2014


Author: aaronballman
Date: Wed Feb 19 17:21:40 2014
New Revision: 201736

URL: http://llvm.org/viewvc/llvm-project?rev=201736&view=rev
Log:
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.

Modified:
    cfe/trunk/docs/LanguageExtensions.rst

Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=201736&r1=201735&r2=201736&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Wed Feb 19 17:21:40 2014
@@ -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





More information about the cfe-commits mailing list