mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
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.
This commit is contained in:
+4
-4
@@ -73,8 +73,8 @@ bazel_dep(name = "rules_cc", version = "0.1.0")
|
||||
bazel_dep(name = "bazel_clang_tidy", dev_dependency = True)
|
||||
git_override(
|
||||
module_name = "bazel_clang_tidy",
|
||||
# HEAD as of 2024-03-12.
|
||||
commit = "bff5c59c843221b05ef0e37cef089ecc9d24e7da",
|
||||
# HEAD as of 2025-01-09.
|
||||
commit = "db677011c7363509a288a9fb3bf0a50830bbf791",
|
||||
remote = "https://github.com/erenon/bazel_clang_tidy.git",
|
||||
)
|
||||
|
||||
@@ -89,8 +89,8 @@ register_toolchains("@bazel_cc_toolchain//:all")
|
||||
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
|
||||
git_override(
|
||||
module_name = "hedron_compile_commands",
|
||||
# HEAD as of 2024-03-12.
|
||||
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
|
||||
# HEAD as of 2025-01-09.
|
||||
commit = "4f28899228fb3ad0126897876f147ca15026151e",
|
||||
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user