[Lldb-commits] [PATCH] D12187: [NativeProcessLinux] Reduce the number of casts
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 21 02:17:38 PDT 2015
tberghammer added a comment.
Thanks for the info about the plans. If you plan to move to this direction then it make sense to leave these functions with reference arguments.
Side note: Why we use a shared_ptr for NTL? I would expect a unique_ptr would be sufficient in NPL (or possibly a store by value with move constructors).
Repository:
rL LLVM
http://reviews.llvm.org/D12187
More information about the lldb-commits
mailing list