Skip to content

Commit e039c06

Browse files
committed
---
yaml --- r: 346867 b: refs/heads/master c: 1876422 h: refs/heads/master i: 346865: 0e86caa 346863: 944dd1d
1 parent 88f2152 commit e039c06

File tree

3 files changed

+767
-724
lines changed

3 files changed

+767
-724
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ef957ca28e77326aef34f4df6bea201f2f1bf67c
2+
refs/heads/master: 187642254e37b45abec781293956139db4915917
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/include/swift/Serialization/ModuleFile.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class ModuleFile
4848
: public LazyMemberLoader,
4949
public LazyConformanceLoader {
5050
friend class SerializedASTFile;
51+
friend class DeclDeserializer;
5152
friend class SILDeserializer;
5253
using Status = serialization::Status;
5354
using TypeID = serialization::TypeID;
@@ -526,10 +527,6 @@ class ModuleFile
526527
std::unique_ptr<SerializedDeclMembersTable>
527528
readDeclMembersTable(ArrayRef<uint64_t> fields, StringRef blobData);
528529

529-
/// Main logic of getDeclChecked.
530-
llvm::Expected<Decl *>
531-
getDeclCheckedImpl(serialization::DeclID DID);
532-
533530
/// Reads the index block, which contains global tables.
534531
///
535532
/// Returns false if there was an error.

0 commit comments

Comments
 (0)