mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
8 lines
284 B
C++
8 lines
284 B
C++
#include "swift/extractor/invocation/SwiftInvocationExtractor.h"
|
|
|
|
namespace codeql {
|
|
void extractSwiftInvocation(SwiftExtractorState& state,
|
|
swift::CompilerInstance& compiler,
|
|
codeql::TrapDomain& trap) {}
|
|
} // namespace codeql
|