diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-03-01 02:12:07 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-03-01 02:12:07 +0000 |
commit | d18cd186d0280043415f3102b206b219f184d1e8 (patch) | |
tree | 1057e5331274c326cdb30ecd28981d7a39c5fb15 /clang/docs/LanguageExtensions.html | |
parent | 6d1c372c0473deb9094ad05fca198f86ca3f899d (diff) | |
download | bcm5719-llvm-d18cd186d0280043415f3102b206b219f184d1e8.tar.gz bcm5719-llvm-d18cd186d0280043415f3102b206b219f184d1e8.zip |
Correct an example of a feature name to actually use a feature name rather
than an attribute name. Patch by Michel Morin!
llvm-svn: 151791
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 8a631e90be0..be26d624147 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/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> |