[PATCH] D58072: Make ModuleDependencyCollector's method virtual (NFC)

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 11 13:23:26 PST 2019


bruno added a comment.

How much of the `ModuleDependencyCollector` will be reused as is by LLDB? I wonder about the tradeoff versus inheriting from `DependencyCollector` directly.


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