mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Serialization] Serialize/deserialize source file list
This commit is contained in:
@@ -289,6 +289,9 @@ private:
|
||||
/// A blob of 0 terminated string segments referenced in \c SourceLocsTextData
|
||||
StringRef SourceLocsTextData;
|
||||
|
||||
/// A blob of source file list.
|
||||
StringRef SourceFileListData;
|
||||
|
||||
/// An array of fixed size source location data for each USR appearing in
|
||||
/// \c DeclUSRsTable.
|
||||
StringRef BasicDeclLocsData;
|
||||
|
||||
Reference in New Issue
Block a user