Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst196 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
1283 As an exception to the :ref:`usual rule <arc.misc.self>`, the variable ``self``
[all …]
/minix3/external/bsd/libevent/dist/
H A DChangeLog20 o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye)
162 o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn)
212 o More detailed message in case of libevent self-debugging failure. (9e6a4ef Leonid Evdokimov)
409 o Add an assert to appease clang's static analyzer (b0ff7eb Sebastian Hahn)
425 o Fix compilation under LLVM/clang with --enable-gcc-warnings (ad9ff58 Sebastian Hahn)
593 o Correct logic on disabling underlying bufferevents when disabling a filter (ac27eb8)
613 o The corrected bufferevent filter semantics let us fix our openssl tests (34331e4)
1243 o do not insert event into list when evsel->add fails
/minix3/external/bsd/bind/dist/
H A DCHANGES287 3980. [bug] Improve --with-tuning=large by self tuning of SO_RCVBUF
1542 3567. [bug] Silence clang static analyzer warnings. [RT #33365]
2104 3390. [bug] Silence clang compiler warnings. [RT #30417]
2325 3327. [func] Added 'filter-aaaa-on-v6' option; this is similar
2326 to 'filter-aaaa-on-v4' but applies to IPv6
2327 connections. (Use "configure --enable-filter-aaaa"
2489 section even when filter-aaaa-on-v4 was in use.
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;
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">,
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">;
6192 "accepted due to -fheinous-gnu-extensions, but clang may remove support "
6683 "%select{self-|array }0comparison always evaluates to %select{false|true|a constant}1">,
[all …]