[PATCH] D49119: [Sema][ObjC] Issue a warning when a method declared in a protocol is non-escaping but the corresponding method in the implementation is escaping.

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 27 21:06:35 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC338189: [Sema][ObjC] Warn when a method declared in a protocol takes a (authored by ahatanak, committed by ).

Repository:
  rC Clang

https://reviews.llvm.org/D49119

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/Sema/SemaDeclObjC.cpp
  test/SemaObjCXX/noescape.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49119.157835.patch
Type: text/x-patch
Size: 5028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180728/6cb2d4c8/attachment.bin>


More information about the cfe-commits mailing list