[Lldb-commits] [PATCH] D12187: [NativeProcessLinux] Reduce the number of casts
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 21 02:12:31 PDT 2015
labath marked an inline comment as done.
labath added a comment.
Passing around pointers (shared or otherwise) encourages people to litter the code with null pointer checks. For the next cleanup, I would like to move these checks to a single place and then convert more of these functions to take references.
http://reviews.llvm.org/D12187
More information about the lldb-commits
mailing list