]> granicus.if.org Git - clang/commit
[CrashReproducer] Cleanup and move functionality around in ModuleDependencyCollector...
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 29 Mar 2016 23:47:40 +0000 (23:47 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 29 Mar 2016 23:47:40 +0000 (23:47 +0000)
commitb08ac6414c3605f6bb92fd73bb16c862d611c34c
tree632f02a457a8116dfd5d825a9389eae7c63a939f
parent4e4e8ae6c49e658b32ada2fbf46a5097ed959959
[CrashReproducer] Cleanup and move functionality around in ModuleDependencyCollector. NFC

- Make ModuleDependencyCollector use the DependencyCollector interface
- Move some methods from ModuleDependencyListener to ModuleDependencyCollector
in order to share common functionality with other future possible
callbacks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264808 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/Utils.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/ModuleDependencyCollector.cpp