clayborg added a comment.

In http://reviews.llvm.org/D18848#397787, @zturner wrote:

> Thanks.  One more question.  Does SymbolFile::FindTypes need to be able to 
> handle the case of a null type name (which I guess would indicate to find 
> every type)?


No. It should handle the request without crashing and it should return zero 
matches, but you don't need to find every type. If we ever did, we would do 
this with regular expressions.


http://reviews.llvm.org/D18848



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

Reply via email to