diff options
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 9bae334f19b..ca3ca2a89f2 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -937,8 +937,8 @@ is enabled.</p> <p>Use <tt>__has_feature(c_atomic)</tt> or <tt>__has_extension(c_atomic)</tt> to determine if support for atomic types using <tt>_Atomic</tt> is enabled. Clang also provides <a href="#__c11_atomic">a set of builtins</a> which can be -used to implement the <tt><stdatomic.h></tt> operations on _Atomic -types.</p> +used to implement the <tt><stdatomic.h></tt> operations on +<tt>_Atomic</tt> types.</p> <h4 id="c_generic_selections">C11 generic selections</h4> |