r223479 - Amending r223468 with this documentation change.

Aaron Ballman aaron at aaronballman.com
Fri Dec 5 09:11:49 PST 2014


Author: aaronballman
Date: Fri Dec  5 11:11:49 2014
New Revision: 223479

URL: http://llvm.org/viewvc/llvm-project?rev=223479&view=rev
Log:
Amending r223468 with this documentation change.

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=223479&r1=223478&r2=223479&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Fri Dec  5 11:11:49 2014
@@ -143,8 +143,8 @@ the same name.  For instance, ``gnu::__c
 -------------------
 
 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++
 





More information about the cfe-commits mailing list