We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc97603 commit a3218a0Copy full SHA for a3218a0
Sources/SwiftDriver/Jobs/CompileJob.swift
@@ -344,6 +344,7 @@ extension Driver {
344
if !parsedOptions.contains(.indexIgnoreSystemModules) {
345
commandLine.appendFlag(.indexSystemModules)
346
}
347
+ try commandLine.appendLast(.indexIgnoreClangModules, from: &parsedOptions)
348
349
350
if parsedOptions.contains(.debugInfoStoreInvocation) ||
0 commit comments