Merge pull request #11900 from github/alexdenisov/swift-ignore-lsregister

Swift: do not trace lsregister
This commit is contained in:
Paolo Tranquilli
2023-01-17 11:26:22 +01:00
committed by GitHub

View File

@@ -78,7 +78,11 @@ function RegisterExtractorPack(id)
invocation = {path = swiftExtractor, arguments = compilerArguments}
}
end
return {SwiftMatcher}
return {
SwiftMatcher,
CreatePatternMatcher({'^lsregister$'}, MatchCompilerName, nil,
{trace = false}),
}
end
-- Return a list of minimum supported versions of the configuration file format