Files
swift-mirror/lib/SymbolGraphGen/SymbolGraph.h
Steven Wu dfa4a27ec8 [SymbolGraph] Make symbol-graph output deterministic
SymbolGraph generation iterating over llvm::DenseSet, which makes the
symbols and relationship fields appear in non-deterministic ordering.
Switch to use llvm::SetVector to preserve the insertion order from
SourceEntityWalker to make order deterministic.

Resolves: https://github.com/swiftlang/swift/issues/59602
2025-04-08 13:39:15 -07:00

8.2 KiB