[cfe-commits] r151791 - /cfe/trunk/docs/LanguageExtensions.html
Richard Smith
richard-llvm at metafoo.co.uk
Wed Feb 29 18:12:07 PST 2012
Author: rsmith
Date: Wed Feb 29 20:12:07 2012
New Revision: 151791
URL: http://llvm.org/viewvc/llvm-project?rev=151791&view=rev
Log:
Correct an example of a feature name to actually use a feature name rather
than an attribute name. Patch by Michel Morin!
Modified:
cfe/trunk/docs/LanguageExtensions.html
Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=151791&r1=151790&r2=151791&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Wed Feb 29 20:12:07 2012
@@ -230,8 +230,8 @@
<p>The feature name or extension name can also be specified with a preceding and
following <code>__</code> (double underscore) to avoid interference from a macro
-with the same name. For instance, <code>__always_inline__</code> can be used
-instead of <code>always_inline</code>.</p>
+with the same name. For instance, <code>__cxx_rvalue_references__</code> can be
+used instead of <code>cxx_rvalue_references</code>.</p>
<!-- ======================================================================= -->
<h3><a name="__has_attribute">__has_attribute</a></h3>
More information about the cfe-commits
mailing list