File tree Expand file tree Collapse file tree 3 files changed +767
-724
lines changed
include/swift/Serialization Expand file tree Collapse file tree 3 files changed +767
-724
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: ef957ca28e77326aef34f4df6bea201f2f1bf67c
2
+ refs/heads/master: 187642254e37b45abec781293956139db4915917
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ class ModuleFile
48
48
: public LazyMemberLoader,
49
49
public LazyConformanceLoader {
50
50
friend class SerializedASTFile ;
51
+ friend class DeclDeserializer ;
51
52
friend class SILDeserializer ;
52
53
using Status = serialization::Status;
53
54
using TypeID = serialization::TypeID;
@@ -526,10 +527,6 @@ class ModuleFile
526
527
std::unique_ptr<SerializedDeclMembersTable>
527
528
readDeclMembersTable (ArrayRef<uint64_t > fields, StringRef blobData);
528
529
529
- // / Main logic of getDeclChecked.
530
- llvm::Expected<Decl *>
531
- getDeclCheckedImpl (serialization::DeclID DID);
532
-
533
530
// / Reads the index block, which contains global tables.
534
531
// /
535
532
// / Returns false if there was an error.
You can’t perform that action at this time.
0 commit comments