Merge remote-tracking branch 'teor/make-test-network-all'
[tor.git] / changes / callgraph
blob64f7f9cf24561ec3ddf69a134e296b630d53c4ab
1   o Testing:
2     - Add a new set of callgraph analysis scripts that use clang to
3       produce a list of which Tor functions are reachable from which
4       other Tor functions. We're planning to use these to help simplify
5       our code structure by identifying illogical dependencies.