mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename BasicSourceFileInfo.InterfaceHash
This commit is contained in:
@@ -1553,7 +1553,7 @@ Fingerprint ModuleDecl::getFingerprint() const {
|
||||
StableHasher hasher = StableHasher::defaultHasher();
|
||||
SmallVector<Fingerprint, 16> FPs;
|
||||
collectBasicSourceFileInfo([&](const BasicSourceFileInfo &bsfi) {
|
||||
FPs.emplace_back(bsfi.InterfaceHash);
|
||||
FPs.emplace_back(bsfi.InterfaceHashIncludingTypeMembers);
|
||||
});
|
||||
|
||||
// Sort the fingerprints lexicographically so we have a stable hash despite
|
||||
|
||||
Reference in New Issue
Block a user