Skip to content

Commit 1e5e2bc

Browse files
authored
Update clang-tidy and compile-commands git commits (#4785)
Just noticed the versions were old while I was updating tcmalloc in #4784. I've tested and it doesn't seem to introduce issues; the compile commands may actually work a little better.
1 parent 81dfb2b commit 1e5e2bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ bazel_dep(name = "rules_cc", version = "0.1.0")
7373
bazel_dep(name = "bazel_clang_tidy", dev_dependency = True)
7474
git_override(
7575
module_name = "bazel_clang_tidy",
76-
# HEAD as of 2024-03-12.
77-
commit = "bff5c59c843221b05ef0e37cef089ecc9d24e7da",
76+
# HEAD as of 2025-01-09.
77+
commit = "db677011c7363509a288a9fb3bf0a50830bbf791",
7878
remote = "https://github.com/erenon/bazel_clang_tidy.git",
7979
)
8080

@@ -89,8 +89,8 @@ register_toolchains("@bazel_cc_toolchain//:all")
8989
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
9090
git_override(
9191
module_name = "hedron_compile_commands",
92-
# HEAD as of 2024-03-12.
93-
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
92+
# HEAD as of 2025-01-09.
93+
commit = "4f28899228fb3ad0126897876f147ca15026151e",
9494
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
9595
)
9696

0 commit comments

Comments
 (0)