Summary: Corresponding LLVM patch: D23580
Reviewers: dblaikie
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D23581
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278963
91177308-0d34-0410-b5e6-
96231b3b80d8
template<>
struct GraphTraits<ModuleManager> {
typedef ModuleFile NodeType;
+ typedef ModuleFile *NodeRef;
typedef llvm::SetVector<ModuleFile *>::const_iterator ChildIteratorType;
typedef ModuleManager::ModuleConstIterator nodes_iterator;