mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
6 lines
286 B
Plaintext
6 lines
286 B
Plaintext
|
o Testing:
|
||
|
- Add a new set of callgraph analysis scripts that use clang to
|
||
|
produce a list of which Tor functions are reachable from which
|
||
|
other Tor functions. We're planning to use these to help simplify
|
||
|
our code structure by identifying illogical dependencies.
|