[Lldb-commits] [PATCH] D70989: [TypeCategory] IsApplicable doesn't seem to apply.
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 3 15:33:08 PST 2019
davide added a comment.
Please don't merge this yet. I'm mostly trying to understand if this is dead code or not.
@jingham , this is one of the places in generic code where we hardcode knowledge about the languages. Needless to say, it causes conflicts downstream and feels wrong anyway.
After some amount of yak shaving I realized this is not quite used. What do you think about it? I thought this might be needed for some sort of filtering on language but I really can't seem to be able to trigger it on a testcase [or reading the code].
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