Open
Description
The use case of the control-flow graph viewer is for teams developing language libraries. They need to ensure that the CFG generated by the CodeQL library is correct. In particular, such a graph makes it easy to see erroneously disconnected components.
The CFG does not need to span across files.