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>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to