[PATCH] D93273: [CodeGen][ObjC] Destroy callee-destroyed arguments in the caller function when the receiver is nil
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 28 11:50:45 PST 2020
ahatanak updated this revision to Diff 313881.
ahatanak marked an inline comment as done.
ahatanak added a comment.
Make `isParamDestroyedInCallee` a method of `ParmVarDecl`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93273/new/
https://reviews.llvm.org/D93273
Files:
clang/include/clang/AST/Decl.h
clang/lib/AST/Decl.cpp
clang/lib/CodeGen/CGObjCMac.cpp
clang/test/CodeGenObjC/objc-dispatch-null-check.m
clang/test/CodeGenObjC/strong-in-c-struct.m
clang/test/CodeGenObjC/weak-in-c-struct.m
clang/test/CodeGenObjCXX/objc-struct-cxx-abi.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93273.313881.patch
Type: text/x-patch
Size: 9289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201228/eb259ef2/attachment.bin>
More information about the cfe-commits
mailing list