From: Richard Smith Date: Thu, 19 Apr 2012 17:46:52 +0000 (+0000) Subject: Formatting fix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c495e6074796e6098a62c81218a5961dadc12a97;p=clang Formatting fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155141 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 9bae334f19..ca3ca2a89f 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -937,8 +937,8 @@ is enabled.

Use __has_feature(c_atomic) or __has_extension(c_atomic) to determine if support for atomic types using _Atomic is enabled. Clang also provides a set of builtins which can be -used to implement the <stdatomic.h> operations on _Atomic -types.

+used to implement the <stdatomic.h> operations on +_Atomic types.

C11 generic selections