summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-03-01 02:12:07 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-03-01 02:12:07 +0000
commit1d9f4c16ad9ece766870752c0647187e0b5481ba (patch)
tree8a6e6e6c660733fb8f7e4e3b8841259a496c8114 /docs
parentf6e88d7592a5b5ab19890a41ff71f5bf8ca2a9fa (diff)
Correct an example of a feature name to actually use a feature name rather
than an attribute name. Patch by Michel Morin! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LanguageExtensions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 8a631e90be..be26d62414 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -230,8 +230,8 @@ not related to the language standard, such as e.g.
<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>