mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Serialization] Avoid serializing source orders, trust deserialized decls in preserving such order. rdar://24610992
Thank Jordan for suggesting this.
This commit is contained in:
@@ -616,7 +616,6 @@ public:
|
||||
|
||||
Optional<StringRef> getGroupNameById(unsigned Id) const;
|
||||
Optional<StringRef> getGroupNameForDecl(const Decl *D) const;
|
||||
Optional<unsigned> getSourceOrderForDecl(const Decl *D) const;
|
||||
void collectAllGroups(std::vector<StringRef> &Names) const;
|
||||
Optional<CommentInfo> getCommentForDecl(const Decl *D) const;
|
||||
Optional<CommentInfo> getCommentForDeclByUSR(StringRef USR) const;
|
||||
|
||||
Reference in New Issue
Block a user