mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #29874 from bitjammer/acgarland/rdar-58339492-sg-source-locations
SymbolGraph: Serialize source locations and doc comment ranges
This commit is contained in:
@@ -424,6 +424,10 @@ private:
|
||||
/// \c DeclUSRsTable.
|
||||
StringRef BasicDeclLocsData;
|
||||
|
||||
/// An array of fixed-size location data for each `SingleRawComment` piece
|
||||
/// of declaration's documentation `RawComment`s.
|
||||
StringRef DocRangesData;
|
||||
|
||||
struct ModuleBits {
|
||||
/// The decl ID of the main class in this module file, if it has one.
|
||||
unsigned EntryPointDeclID : 31;
|
||||
|
||||
Reference in New Issue
Block a user