================
@@ -2065,6 +2081,23 @@ void 
CFGBuilder::addScopeChangesHandling(LocalScope::const_iterator SrcPos,
   addAutomaticObjHandling(SrcPos, BasePos, S);
 }
 
+void CFGBuilder::addFullExprCleanupMarker(TempDtorContext &Context) {
+  assert(Context.TrackExpiringMTEs);
+
+  using MTEVecTy = BumpVector<const MaterializeTemporaryExpr *>;
----------------
usx95 wrote:

I think we can use `CFGFullExprCleanup::MTEVecTy` instead of redefining

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

Reply via email to