Commit Graph

2 Commits

Author SHA1 Message Date
practicalswift
c760f6dfbf [gardening] Add whitespace: "foo,bar" → "foo, bar" 2016-04-12 22:31:46 +02:00
Jordan Rose
06d9bfebbe Add a tool to generate DOT graphs from a set of .swiftdeps files.
This produces graphs showing dependency relations between files, according to the
.swiftdeps files generated from a build. Solid lines

  % analyze_deps.rb path/to/build/*.swiftdeps

I used this locally to generate pretty pictures last year. Unfortunately, the DOT
tools don't scale very well to huge graphs.

Swift SVN r29805
2015-06-30 19:43:09 +00:00