callgraph 286 B

12345
  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.