SVF
SVF copied to clipboard
WIP: GenericGraph: try to fix GraphTraits interface
Appearently, the GraphTraits interface does not work with newer LLVMs anymore. I have tested this with the svf example. In my option the depth first search iterator loop should compile but does not.
I have tried to fix the error but had no success. It looks like there are some other type definitions. Currently, I have no time to work further on this. Maybe you want to use my changes to make it compatible again.