]> granicus.if.org Git - clang/commitdiff
Amending r223468 with this documentation change.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 5 Dec 2014 17:11:49 +0000 (17:11 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 5 Dec 2014 17:11:49 +0000 (17:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223479 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index 3ca1010e393e50055e7d9fad27647c36b26b21db..035b50d10824742f94f0794b5b93eff8160ca9a0 100644 (file)
@@ -143,8 +143,8 @@ the same name.  For instance, ``gnu::__const__`` can be used instead of
 -------------------
 
 This function-like macro takes a single identifier argument that is the name of
-an attribute.  It evaluates to 1 if the attribute is supported by the current
-compilation target, or 0 if not.  It can be used like this:
+a GNU-style attribute.  It evaluates to 1 if the attribute is supported by the
+current compilation target, or 0 if not.  It can be used like this:
 
 .. code-block:: c++