Skip to content

Commit 2dce37b

Browse files
committed
Test
1 parent f3366d3 commit 2dce37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift/extractor/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ static void lockOutputSwiftModuleTraps(codeql::SwiftExtractorState& state,
4747

4848
static void processFrontendOptions(codeql::SwiftExtractorState& state,
4949
swift::FrontendOptions& options) {
50+
options.RequestedAction = swift::FrontendOptions::ActionType::Typecheck;
5051
auto& inOuts = options.InputsAndOutputs;
5152
std::vector<swift::InputFile> inputs;
5253
inOuts.forEachInput([&](const swift::InputFile& input) {

0 commit comments

Comments
 (0)