I installed xcode, llvm, brew, and I have clang on my system but not clangd ..., I googled around and only find how install clang not clangd.
I tried brew install clangd but not found clangd. I even tried to go through the docs of llvm and still could not find the answer...
Asked
Active
Viewed 8,649 times
11
shelper
- 657
2 Answers
9
After brew install llvm, my Mac provides
$ find /usr/local/ -name 'clangd'
/usr/local//Cellar/llvm/8.0.0_1/bin/clangd
/usr/local//Cellar/llvm/8.0.0_1/Toolchains/LLVM8.0.0.xctoolchain/usr/bin/clangd
m8mble
- 206
1
Here is another related question you should see to set that up: https://stackoverflow.com/questions/59185976/how-to-install-clangd-on-mac
aibk01
- 1,346
Xavier Ruiz
- 11