Searched +refs:clang +refs:complete +refs:self +refs:insert (Results 1 – 4 of 4) sorted by relevance
47 #define __has_builtin(x) 0 // Compatibility with non-clang compilers.74 #define __has_feature(x) 0 // Compatibility with non-clang compilers.126 #define __has_cpp_attribute(x) 0 // Compatibility with non-clang compilers.130 #if __has_cpp_attribute(clang::fallthrough)131 #define FALLTHROUGH [[clang::fallthrough]]152 #define __has_attribute(x) 0 // Compatibility with non-clang compilers.179 #define __has_declspec_attribute(x) 0 // Compatibility with non-clang compilers.206 #ifdef __is_identifier // Compatibility with non-clang compilers.244 // To avoid problem with non-clang compilers not having this macro.269 // To avoid problem with non-clang compilers not having this macro.[all …]
78 The first and primary purpose of this document is to serve as a complete196 implementation (and its host project), clang. "LLVM X.Y" refers to an197 open-source release of clang from the LLVM project. "Apple X.Y" refers to an199 prepare their own, separately-versioned clang releases and wish to maintain214 explicitly insert retains and releases. It does not provide a cycle collector;394 most common scenario here is passing the ``self`` parameter to ``init``, but400 The implicit ``self`` parameter of a method may be marked as consumed by adding406 ``ns_consumed`` parameters (other than self) is made with a null receiver. It1274 <arc.objects.operands.consumed>` their ``self`` parameter and :ref:`return a1278 A call to an ``init`` method with a receiver that is either ``self`` (possibly[all …]
119 4044. [bug] Change 3955 was not complete, resulting in an assertion287 3980. [bug] Improve --with-tuning=large by self tuning of SO_RCVBUF1100 provides a complete-enough implementation of the1475 rate-limiting until after recursion is complete;1542 3567. [bug] Silence clang static analyzer warnings. [RT #33365]1810 3487. [bug] Change 3444 was not complete. There was a additional2104 3390. [bug] Silence clang compiler warnings. [RT #30417]2652 and getservbyname() self thread safe. [RT #26232]2905 3152. [cleanup] Some versions of gcc and clang failed due to2931 3143. [bug] Silence clang compiler warnings. [RT #25174][all …]
901 "block implicitly retains 'self'; explicitly mention 'self' to indicate "903 InGroup<DiagGroup<"implicit-retain-self">>, DefaultIgnore;1224 "incomplete type %0 where a complete type is required">;1640 "meaning in a future version of Clang; insert an '=' to avoid a change in "2722 "convenience initializer missing a 'self' call to another initializer">,2931 // to complete the type, which doesn't involve changes to the call line4193 "insert an explicit cast to silence this issue">;4395 "or assigned to 'self'">;4432 "cannot assign to 'self' outside of a method in the init family">;4434 "cannot assign to 'self' in a class method">;[all …]