[llvm-commits] CVS: llvm/include/llvm/Support/DOTGraphTraits.h

2007-05-14 Thread Dan Gohman
Changes in directory llvm/include/llvm/Support: DOTGraphTraits.h updated: 1.15 -> 1.16 --- Log message: Use templates for the GraphType for DefaultDOTGraphTraits' members instead of just using void*. This allows it to be used with graph adapters like Inverse. --- Diffs of the changes: (+12 -

[llvm-commits] CVS: llvm/include/llvm/Support/DOTGraphTraits.h GraphWriter.h

2006-10-02 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: DOTGraphTraits.h updated: 1.14 -> 1.15 GraphWriter.h updated: 1.29 -> 1.30 --- Log message: Add ability to annotate (color) nodes in a viewGraph. --- Diffs of the changes: (+4 -2) DOTGraphTraits.h |4 +++- GraphWriter.h|2 +- 2 fil