mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[index/build] Upstream indexing while building changes
This patch upstreams previously AppleInternal changes for indexing while building.
This commit is contained in:
@@ -132,6 +132,12 @@ public:
|
||||
/// The path to collect the group information for the compiled source files.
|
||||
std::string GroupInfoPath;
|
||||
|
||||
/// The path to which we should store indexing data, if any.
|
||||
std::string IndexStorePath;
|
||||
|
||||
/// Emit index data for imported serialized swift system modules.
|
||||
bool IndexSystemModules = false;
|
||||
|
||||
/// If non-zero, warn when a function body takes longer than this many
|
||||
/// milliseconds to type-check.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user