Home
last modified time | relevance | path

Searched +refs:clang +refs:complete +refs:self +refs:insert (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/docs/
H A DLanguageExtensions.rst47 #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 …]
H A DAutomaticReferenceCounting.rst78 The first and primary purpose of this document is to serve as a complete
196 implementation (and its host project), clang. "LLVM X.Y" refers to an
197 open-source release of clang from the LLVM project. "Apple X.Y" refers to an
199 prepare their own, separately-versioned clang releases and wish to maintain
214 explicitly insert retains and releases. It does not provide a cycle collector;
394 most common scenario here is passing the ``self`` parameter to ``init``, but
400 The implicit ``self`` parameter of a method may be marked as consumed by adding
406 ``ns_consumed`` parameters (other than self) is made with a null receiver. It
1274 <arc.objects.operands.consumed>` their ``self`` parameter and :ref:`return a
1278 A call to an ``init`` method with a receiver that is either ``self`` (possibly
[all …]
/minix3/external/bsd/bind/dist/
H A DCHANGES119 4044. [bug] Change 3955 was not complete, resulting in an assertion
287 3980. [bug] Improve --with-tuning=large by self tuning of SO_RCVBUF
1100 provides a complete-enough implementation of the
1475 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 additional
2104 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 to
2931 3143. [bug] Silence clang compiler warnings. [RT #25174]
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td901 "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 line
4193 "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 …]