[PATCH] D31007: [Objective-C] Miscellaneous -fobjc-weak Fixes
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 20 23:08:56 PDT 2017
rjmccall added inline comments.
================
Comment at: lib/AST/Type.cpp:3773
+/// lifetime semantics.
+bool Type::isNonTrivialObjCLifetimeType() const {
+ return CanonicalType.hasNonTrivialObjCLifetime();
----------------
Is this method not identical in behavior to hasNonTrivialObjCLifetime()?
https://reviews.llvm.org/D31007
More information about the cfe-commits
mailing list