teemperor added inline comments.

================
Comment at: lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:2026
+              i = call->eraseFromParent();
+              continue;
+            }
----------------
I do wish we had a better way to do the iterate-while-erase algorithm on IR 
nodes but apparently there is no such thing :(


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102624/new/

https://reviews.llvm.org/D102624

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to