llvm-project/clang/include
Jonas Devlieghere 75b44d75f6 Make ModuleDependencyCollector's method virtual (NFC)
For reproducers in LLDB we want to hook up into the existing clang
infrastructure. To make that happen we need to be able to override the
ModuleDependencyCollector's methods.

The alternative was to inherit from the DependencyCollector directly,
but that would mean re-implementing the ModuleDependencyListener and the
ModuleDependencyPPCallbacks and ModuleDependencyMMCallbacks.

Differential revision: https://reviews.llvm.org/D58072

llvm-svn: 353882
2019-02-12 21:45:14 +00:00
..
clang Make ModuleDependencyCollector's method virtual (NFC) 2019-02-12 21:45:14 +00:00
clang-c [libclang] Add attribute support for 'convergent'. 2019-02-11 11:00:56 +00:00
CMakeLists.txt