mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Migrate loadFingerprint onto ModuleDecl and Friends
This commit is contained in:
@@ -651,7 +651,7 @@ void ModuleFile::loadDerivativeFunctionConfigurations(
|
||||
}
|
||||
|
||||
Optional<Fingerprint>
|
||||
ModuleFile::loadFingerprint(const IterableDeclContext *IDC) {
|
||||
ModuleFile::loadFingerprint(const IterableDeclContext *IDC) const {
|
||||
PrettyStackTraceDecl trace("loading fingerprints for", IDC->getDecl());
|
||||
|
||||
assert(IDC->wasDeserialized());
|
||||
|
||||
Reference in New Issue
Block a user