mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Serialize decls with _specialize(exported:true, target: somefunc(_:), ...) in a list for fast lookup
rdar://71430641
This commit is contained in:
@@ -263,6 +263,7 @@ private:
|
||||
std::unique_ptr<SerializedObjCMethodTable> ObjCMethods;
|
||||
|
||||
ArrayRef<serialization::DeclID> OrderedTopLevelDecls;
|
||||
ArrayRef<serialization::DeclID> ExportedPrespecializationDecls;
|
||||
|
||||
class DeclCommentTableInfo;
|
||||
using SerializedDeclCommentTable =
|
||||
|
||||
Reference in New Issue
Block a user