Compare commits

...

2 Commits

Author SHA1 Message Date
Cornelius Riemenschneider
813c756786 Move picosha2 to non-angular brackets, the compiler is complaining. 2024-01-08 11:22:54 +01:00
Cornelius Riemenschneider
2c1cbaa1ca Upgrade to bazel 7. 2024-01-08 11:22:54 +01:00
5 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
common --enable_platform_specific_config
common --noenable_bzlmod
build --repo_env=CC=clang --repo_env=CXX=clang++

View File

@@ -1 +1 @@
6.3.1
7.0.0

View File

@@ -5,7 +5,7 @@
#include <unordered_set>
#include <queue>
#include <picosha2.h>
#include "picosha2.h"
#include <swift/AST/SourceFile.h>
#include <swift/AST/Builtins.h>

View File

@@ -1,7 +1,7 @@
#include "swift/extractor/infra/SwiftMangledName.h"
#include "absl/strings/str_cat.h"
#include <picosha2.h>
#include "picosha2.h"
namespace codeql {

View File

@@ -10,7 +10,7 @@
#include <cassert>
#include <iostream>
#include <picosha2.h>
#include "picosha2.h"
#include "swift/extractor/infra/file/PathHash.h"
#include "swift/extractor/infra/file/Path.h"