mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #61649 from xymus/index-swiftinterfaces
[Index] Force indexing of system modules to read only from swiftinterfaces
This commit is contained in:
@@ -216,6 +216,9 @@ namespace swift {
|
||||
|
||||
/// Emit a remark after loading a module.
|
||||
bool EnableModuleLoadingRemarks = false;
|
||||
|
||||
/// Emit a remark when indexing a system module.
|
||||
bool EnableIndexingSystemModuleRemarks = false;
|
||||
|
||||
/// Emit a remark on early exit in explicit interface build
|
||||
bool EnableSkipExplicitInterfaceModuleBuildRemarks = false;
|
||||
|
||||
Reference in New Issue
Block a user