Skip to content

Commit 91c5de7

Browse files
committed
[bazel] Fix the broken bazel build for clang-tidy after e45e091
1 parent b53866f commit 91c5de7

File tree

1 file changed

+1
-1
lines changed
  • utils/bazel/llvm-project-overlay/clang-tools-extra/clang-tidy

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/clang-tools-extra/clang-tidy/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ clang_tidy_library(
265265
clang_tidy_library(
266266
name = "cppcoreguidelines",
267267
deps = [
268+
":bugprone",
268269
":lib",
269270
":misc",
270271
":modernize",
@@ -278,7 +279,6 @@ clang_tidy_library(
278279
clang_tidy_library(
279280
name = "bugprone",
280281
deps = [
281-
":cppcoreguidelines",
282282
":lib",
283283
":utils",
284284
"//clang:analysis",

0 commit comments

Comments
 (0)