Add EdgeRef and ChildEdgeIteratorType to GraphTraits<DotNode *> and to GraphTraits<const DotNode *>. This allows iterating on edges of DotGraphs, which will be useful for some testing on edge properties.
DotGraph
DotNode
This commit implements a simple wrapper class able to parse a GraphViz file in an object implementing the LLVM `GraphTraits`.