[PATCH] D60736: [Sema][ObjC] Don't warn about a block implicitly retaining self if the block is marked noescape

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 16:13:42 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL358624: [Sema][ObjC] Don't warn about an implicitly retained self if the (authored by ahatanak, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D60736?vs=195639&id=195650#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60736/new/

https://reviews.llvm.org/D60736

Files:
  cfe/trunk/include/clang/AST/DeclBase.h
  cfe/trunk/include/clang/Sema/Sema.h
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/lib/Sema/SemaDeclObjC.cpp
  cfe/trunk/lib/Sema/SemaExpr.cpp
  cfe/trunk/test/SemaObjC/warn-implicit-self-in-block.m
  cfe/trunk/test/SemaObjCXX/warn-implicit-self-in-block.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60736.195650.patch
Type: text/x-patch
Size: 6808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190417/78e9a0f9/attachment.bin>


More information about the llvm-commits mailing list