File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33#include " swift/logging/SwiftLogging.h"
44
5- namespace codeql {
6- constexpr const std::string_view programName = " autobuilder" ;
7- }
8-
95namespace codeql_diagnostics {
106constexpr codeql::SwiftDiagnosticsSource build_command_failed{
117 " build_command_failed" ,
Original file line number Diff line number Diff line change 44#include " swift/xcode-autobuilder/XcodeTarget.h"
55#include " swift/xcode-autobuilder/XcodeBuildRunner.h"
66#include " swift/xcode-autobuilder/XcodeProjectParser.h"
7+ #include " swift/xcode-autobuilder/XcodeBuildLogging.h"
78
89static const char * Application = " com.apple.product-type.application" ;
910static const char * Framework = " com.apple.product-type.framework" ;
1011
12+ const std::string_view codeql::programName = " autobuilder" ;
13+
1114struct CLIArgs {
1215 std::string workingDir;
1316 bool dryRun;
You can’t perform that action at this time.
0 commit comments