You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticletindexIgnoreStdlib:Option=Option("-index-ignore-stdlib",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Avoid emitting index data for the standard library.")
414
414
publicstaticletindexIgnoreSystemModules:Option=Option("-index-ignore-system-modules",.flag, attributes:[.noInteractive], helpText:"Avoid indexing system modules")
415
+
publicstaticletindexIncludeLocals:Option=Option("-index-include-locals",.flag, attributes:[.frontend], helpText:"Include local definitions/references in the produced index data.")
415
416
publicstaticletindexStorePath:Option=Option("-index-store-path",.separate, attributes:[.frontend,.argumentIsPath], metaVar:"<path>", helpText:"Store indexing data to <path>")
416
417
publicstaticletindexSystemModules:Option=Option("-index-system-modules",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Emit index data for imported serialized swift system modules")
417
418
publicstaticletindexUnitOutputPathFilelist:Option=Option("-index-unit-output-path-filelist",.separate, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Specify index unit output paths in a file rather than on the command line")
0 commit comments