jimingham wrote:

You could even make the cache hold the "match string" and a LIST of matching 
formatters.  If a VO passes the typename string match, then we run through the 
list of matching formatters and choose the first one whose validator accepts 
this VO.

That way we could have both the STL version formatters in the cache but never 
choose the wrong one when dealing with heterogeneous targets.

https://github.com/llvm/llvm-project/pull/143748
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to