aprantl added a comment.

Thanks for looking into this. I'm not sure I like how `TypeMatch` is both input 
and output of the type search. What do you think about making an immutable 
"TypeQuery" object that describes the search characteristics and have the API 
return a TypeMap? Apart from making it easier to reason about it would, e.g., 
allow caching the result of a type lookup. I'm not sure what to du about the 
"visited" map in that case. Maybe it could be a `mutable` member of the query 
object. Ideally the TypeQuery object would have only constructors and getters 
and no methods that change its state.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137900

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

Reply via email to