[PATCH] D58072: Make ModuleDependencyCollector's method virtual (NFC)
Jonas Devlieghere via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 11 13:36:45 PST 2019
JDevlieghere added a comment.
In D58072#1393640 <https://reviews.llvm.org/D58072#1393640>, @bruno wrote:
> How much of the `ModuleDependencyCollector` will be reused as is by LLDB? I wonder about the tradeoff versus inheriting from `DependencyCollector` directly.
We reuse the `attachTo` methods, which in turn use the `ModuleDependencyListener`, `ModuleDependencyPPCallbacks` and `ModuleDependencyMMCallbacks`. Do you think it's worth re-implementing those?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58072/new/
https://reviews.llvm.org/D58072
More information about the cfe-commits
mailing list