[libcxx-commits] [clang] [libcxx] [Clang][libc++] Implement C++23 std::start_lifetime_as (P2590R2, P2679R2) (PR #196286)

Yash Verma via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 7 05:50:08 PDT 2026


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

It's possible. But I think, we need to extract the logic from #101807 into another function/method  as it's buried deep inside `EvaluateUnaryTypeTrait()`

https://github.com/llvm/llvm-project/pull/196286


More information about the libcxx-commits mailing list