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 e2332fc commit 5db18bbCopy full SHA for 5db18bb
swift/extractor/main.cpp
@@ -9,6 +9,9 @@
9
10
using namespace std::string_literals;
11
12
+// This is part of the swiftFrontendTool interface, we hook into the
13
+// compilation pipeline and extract files after the Swift frontend performed
14
+// semantic analysys
15
class Observer : public swift::FrontendObserver {
16
public:
17
explicit Observer(const codeql::SwiftExtractorConfiguration& config) : config{config} {}
0 commit comments