[SourceKit] Use req options instead of compiler arguments for controlling index-to-store behavior

This commit is contained in:
Sam Kortekaas
2024-01-11 13:30:43 +01:00
parent 4c7e02d80a
commit 1fe5f04574
4 changed files with 66 additions and 29 deletions

View File

@@ -215,6 +215,10 @@ UID_KEYS = [
KEY('IndexStorePath', 'key.index_store_path'),
KEY('IndexUnitOutputPath', 'key.index_unit_output_path'),
KEY('IncludeLocals', 'key.include_locals'),
KEY('IgnoreClangModules', 'key.ignore_clang_modules'),
KEY('IncludeSystemModules', 'key.include_system_modules'),
KEY('IgnoreStdlib', 'key.ignore_stdlib'),
KEY('DisableImplicitModules', 'key.disable_implicit_modules'),
]