[PATCH] D55349: Convert some ObjC alloc msgSends to runtime calls
Pete Cooper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 7 10:13:01 PST 2018
pete marked 5 inline comments as done.
pete added inline comments.
================
Comment at: include/clang/Basic/ObjCRuntime.h:200
+ case WatchOS:
+ return true;
+
----------------
rjmccall wrote:
> Did we really add this so long ago? Wow.
Yeah! I was thinking that too!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55349/new/
https://reviews.llvm.org/D55349
More information about the cfe-commits
mailing list