Lines Matching full:clang
19 <p>The Clang frontend supports several source-level annotations in the form of
21 attributes</a> and pragmas that can help make using the Clang Static Analyzer
26 specifics regarding Clang-specific annotations please see the Clang's list of <a
27 href="http://clang.llvm.org/docs/LanguageExtensions.html">language
28 extensions</a>. Details of "standard" GCC attributes (that Clang also
34 <p>Note that attributes that are labeled <b>Clang-specific</b> are not
87 <p>Both the Clang compiler and GCC will flag warnings for simple cases where a
133 (Clang-specific)</h4>
135 <p>The GCC-style (Clang-specific) attribute 'ns_returns_retained' allows one to
167 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
198 (Clang-specific)</h4>
215 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
228 (Clang-specific)</h4>
230 <p>The GCC-style (Clang-specific) attribute 'cf_returns_retained' allows one to
275 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
326 (Clang-specific)</h4>
343 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
356 (Clang-specific)</h4>
374 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
410 (Clang-specific)</h4>
426 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
462 (Clang-specific)</h4>
476 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
543 it is annotated with the 'noreturn' attribute or the (Clang-specific)
571 <h4 id="attr_analyzer_noreturn">Attribute 'analyzer_noreturn' (Clang-specific)</h4>
573 <p>The Clang-specific 'analyzer_noreturn' attribute is almost identical to
581 <p>Because this attribute is Clang-specific, its use should be conditioned with