Commits

Roman Levenstein committed 3c792e46484
Re-factor the computation of indirect sub-classes in ClassHierarchyAnalysis. NFC. - Use a worklist based approach instead of the recursive one. - Produce the set of indirect sub-classes in a breadth-first order. Swift SVN r31955