Commits

Jordan Rose committed 2ad0ffd6e41
Dependencies: teach the Driver about the new member-based dependencies. If file A extends a common type (say, Dictionary), but only adds new members, other files using Dictionary don't need to be recompiled if they definitively don't use those members. That should be working now. Swift SVN r30286