We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3366d3 commit 2dce37bCopy full SHA for 2dce37b
swift/extractor/main.cpp
@@ -47,6 +47,7 @@ static void lockOutputSwiftModuleTraps(codeql::SwiftExtractorState& state,
47
48
static void processFrontendOptions(codeql::SwiftExtractorState& state,
49
swift::FrontendOptions& options) {
50
+ options.RequestedAction = swift::FrontendOptions::ActionType::Typecheck;
51
auto& inOuts = options.InputsAndOutputs;
52
std::vector<swift::InputFile> inputs;
53
inOuts.forEachInput([&](const swift::InputFile& input) {
0 commit comments