[clang] [clang][bytecode] Start lifetime when activating pointers (PR #192589)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 21 00:51:14 PDT 2026


================
@@ -632,6 +632,7 @@ void Pointer::activate() const {
   std::function<void(Pointer &)> activate;
   activate = [&activate](Pointer &P) -> void {
----------------
ojhunt wrote:

Well this is certainly a horrifying approach I hadn't previously considered :-O


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


More information about the cfe-commits mailing list