resharper-devguide
resharper-devguide copied to clipboard
Control flow graphs and analysis documentation
Hi! The section about Control Flow Graphs is not documented yet and I'm very interested in it. It would be great if you could add the information about basics of Control Flow Graphs manipulation and Control Flow Analysis. Thanks in advance!
It's a surprisingly large topic. It's a read-only view of the code, so you can't do manipulations as such, but you can walk the edges and nodes of the graph. But building a tree is a complex beast, and I haven't yet figured out a succinct way of documenting this.