================
@@ -5914,3 +5914,54 @@ StringRef PredefinedSugarType::getName(Kind KD) {
   }
   llvm_unreachable("unexpected kind");
 }
+
+bool Type::isImplicitLifetimeType() const {
----------------
frederick-vs-ja wrote:

Couldn't we just reuse the logic for `__builtin_implicit_lifetime` (see 
#101807)?

https://github.com/llvm/llvm-project/pull/196286
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to