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:
Jake Zimmerman 2024-05-04 01:26:34 -07:00 committed by GitHub
parent 767825efd3
commit ea59b5c6d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ aliased_tools = [
"clang-apply-replacements",
"clang-format",
"clang-tidy",
"clangd",
"llvm-cov",
"llvm-profdata",
"llvm-symbolizer",
]