diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-30 12:35:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-30 12:35:52 -0400 |
commit | 2369f81403f0ac366a5cbab95f467f9eaa77d0f7 (patch) | |
tree | 9447271a198626e90ae0ea1481328b3d6d6a6b98 /changes | |
parent | 26c96911862f80ad228ec2655f8390c011705946 (diff) | |
download | tor-2369f81403f0ac366a5cbab95f467f9eaa77d0f7.tar.gz tor-2369f81403f0ac366a5cbab95f467f9eaa77d0f7.zip |
changes file for callgraph scripts
Diffstat (limited to 'changes')
-rw-r--r-- | changes/callgraph | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/callgraph b/changes/callgraph new file mode 100644 index 0000000000..64f7f9cf24 --- /dev/null +++ b/changes/callgraph @@ -0,0 +1,5 @@ + 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. |