From: Aaron Ballman Date: Fri, 5 Dec 2014 17:11:49 +0000 (+0000) Subject: Amending r223468 with this documentation change. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bfaeba6a920f5012ff34ab706303649bee24dc0;p=platform%2Fupstream%2Fllvm.git Amending r223468 with this documentation change. llvm-svn: 223479 --- diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index 3ca1010..035b50d 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -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++