Implement Bazel Clang toolchain

This commit is contained in:
2025-07-08 20:03:57 +02:00
parent 00ea14788f
commit 609c704351
20 changed files with 790 additions and 54 deletions

View File

@ -19,6 +19,7 @@ TO_FIX = [
"**/*.cpp",
"**/*.py",
"**/*.bzl",
"**/*.bzl.tpl",
"**/*.bazel",
"**/*.txt",
"**/*.bat",

1
tools/refresh_clangd.bat Normal file
View File

@ -0,0 +1 @@
bazel run //tools:refresh_clangd

1
tools/refresh_clangd.sh Normal file
View File

@ -0,0 +1 @@
bazel run //tools:refresh_clangd