Alessandro Di Federico
aeb81c4218
Don't implicitly use StringRef as std::string
2021-04-22 18:06:27 +02:00
Pietro Fezzardi
cd9bc34d9d
Enforce new include conventions
2020-11-13 10:00:24 +01:00
Pietro Fezzardi
d39c124344
DotGraphObject: support Dom and PostDom Trees
2020-06-13 10:36:08 +02:00
Pietro Fezzardi
45516f89b8
Add Inverse GraphTraits for DotNode and DotGraph
2020-06-13 10:36:08 +02:00
Pietro Fezzardi
2bf702b74b
DotGraph: add EdgeRef and ChildEdgeIteratorType
...
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.
2020-06-10 00:23:54 +02:00
Andrea Gussoni
616c162523
DotGraph and DotNode
...
This commit implements a simple wrapper class able to parse a GraphViz
file in an object implementing the LLVM `GraphTraits`.
2019-04-22 05:40:27 +02:00