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 2
2
3
3
#include " swift/logging/SwiftLogging.h"
4
4
5
- namespace codeql {
6
- constexpr const std::string_view programName = " autobuilder" ;
7
- }
8
-
9
5
namespace codeql_diagnostics {
10
6
constexpr codeql::SwiftDiagnosticsSource build_command_failed{
11
7
" build_command_failed" ,
Original file line number Diff line number Diff line change 4
4
#include " swift/xcode-autobuilder/XcodeTarget.h"
5
5
#include " swift/xcode-autobuilder/XcodeBuildRunner.h"
6
6
#include " swift/xcode-autobuilder/XcodeProjectParser.h"
7
+ #include " swift/xcode-autobuilder/XcodeBuildLogging.h"
7
8
8
9
static const char * Application = " com.apple.product-type.application" ;
9
10
static const char * Framework = " com.apple.product-type.framework" ;
10
11
12
+ const std::string_view codeql::programName = " autobuilder" ;
13
+
11
14
struct CLIArgs {
12
15
std::string workingDir;
13
16
bool dryRun;
You can’t perform that action at this time.
0 commit comments