Skip to content

Commit ea59b5c

Browse files
authored
Add two more aliased tools (#321)
- `clangd` because it's convenient to be able to configure a language client to use the matching version of clangd that the project is compiled with - `llvm-symbolizer` because it's also convenient
1 parent 767825e commit ea59b5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

toolchain/aliases.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ aliased_tools = [
2323
"clang-apply-replacements",
2424
"clang-format",
2525
"clang-tidy",
26+
"clangd",
2627
"llvm-cov",
2728
"llvm-profdata",
29+
"llvm-symbolizer",
2830
]

0 commit comments

Comments
 (0)