Skip to content

Commit

Permalink
Add two more aliased tools (#321)
Browse files Browse the repository at this point in the history
- `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
  • Loading branch information
jez authored May 4, 2024
1 parent 767825e commit ea59b5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolchain/aliases.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ aliased_tools = [
"clang-apply-replacements",
"clang-format",
"clang-tidy",
"clangd",
"llvm-cov",
"llvm-profdata",
"llvm-symbolizer",
]

0 comments on commit ea59b5c

Please sign in to comment.