bulbazord added a comment.

I noticed you're pulling a lot of raw pointers out of shared pointers. Is there 
a particular reason you're doing that? `operator bool` on `std::shared_ptr` 
returns true if the held pointer is non-null.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152861

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

Reply via email to