]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for callgraph scripts
authorNick Mathewson <nickm@torproject.org>
Thu, 30 Jul 2015 16:35:52 +0000 (12:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Jul 2015 16:35:52 +0000 (12:35 -0400)
changes/callgraph [new file with mode: 0644]

diff --git a/changes/callgraph b/changes/callgraph
new file mode 100644 (file)
index 0000000..64f7f9c
--- /dev/null
@@ -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.