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
This commit is contained in:
parent
767825efd3
commit
ea59b5c6d5
|
@ -23,6 +23,8 @@ aliased_tools = [
|
|||
"clang-apply-replacements",
|
||||
"clang-format",
|
||||
"clang-tidy",
|
||||
"clangd",
|
||||
"llvm-cov",
|
||||
"llvm-profdata",
|
||||
"llvm-symbolizer",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue