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



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

Reply via email to