[Lldb-commits] [PATCH] D70989: [TypeCategory] IsApplicable doesn't seem to apply.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 3 15:42:19 PST 2019
clayborg added a comment.
This seems like it will make a lot more work happen. Many C++ formatters are regex based and are quite expensive to compare against type names. Seems worthwhile to skip if the language doesn't match?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70989/new/
https://reviews.llvm.org/D70989
More information about the lldb-commits
mailing list