Skip to content

Commit f5d0ccb

Browse files
authored
Merge pull request #4630 from timbodeit/fix-documentation-classhierarchyanalysis
[Analysis] Adjust inline documentation in ClassHierarchyAnalysis.cpp
2 parents 5522faa + 1d666e6 commit f5d0ccb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILOptimizer/Analysis/ClassHierarchyAnalysis.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ void ClassHierarchyAnalysis::init() {
7676
}
7777

7878
/// \brief Get all subclasses of a given class.
79-
/// Does not include any direct subclasses of given base class.
8079
///
81-
/// \p Base class, whose direct subclasses are to be excluded
8280
/// \p Current class, whose direct and indirect subclasses are
8381
/// to be collected.
8482
/// \p IndirectSubs placeholder for collected results

0 commit comments

Comments
 (0)