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:
AG
2020-02-27 15:35:57 -08:00
committed by GitHub
15 changed files with 361 additions and 58 deletions

View File

@@ -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;