[PATCH] D55865: [ObjC] Add a new attribute to opt-out of implicit callee retain/release in ARC

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 4 10:36:54 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350422: [ObjCARC] Add an new attribute, objc_externally_retained (authored by epilk, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D55865?vs=180196&id=180271#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D55865

Files:
  cfe/trunk/docs/AutomaticReferenceCounting.rst
  cfe/trunk/include/clang/AST/Decl.h
  cfe/trunk/include/clang/AST/DeclObjC.h
  cfe/trunk/include/clang/Basic/Attr.td
  cfe/trunk/include/clang/Basic/AttrDocs.td
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/lib/CodeGen/CGDecl.cpp
  cfe/trunk/lib/CodeGen/CGExpr.cpp
  cfe/trunk/lib/Sema/SemaDeclAttr.cpp
  cfe/trunk/lib/Sema/SemaExpr.cpp
  cfe/trunk/lib/Serialization/ASTReaderDecl.cpp
  cfe/trunk/lib/Serialization/ASTWriterDecl.cpp
  cfe/trunk/test/CodeGenObjC/externally-retained.m
  cfe/trunk/test/Misc/pragma-attribute-supported-attributes-list.test
  cfe/trunk/test/SemaObjC/externally-retained-no-arc.m
  cfe/trunk/test/SemaObjC/externally-retained.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55865.180271.patch
Type: text/x-patch
Size: 33714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190104/928e4aca/attachment.bin>


More information about the llvm-commits mailing list