How to install clangd (not clang) on mac os
--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Luau
--
Chapters
00:00 How To Install Clangd (Not Clang) On Mac Os
00:27 Accepted Answer Score 9
00:39 Answer 2 Score 1
00:46 Thank you
--
Full question
https://superuser.com/questions/1449404/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#macos #clang
#avk47
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Luau
--
Chapters
00:00 How To Install Clangd (Not Clang) On Mac Os
00:27 Accepted Answer Score 9
00:39 Answer 2 Score 1
00:46 Thank you
--
Full question
https://superuser.com/questions/1449404/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#macos #clang
#avk47
ACCEPTED ANSWER
Score 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
ANSWER 2
Score 1
Here is another related question you should see to set that up: https://stackoverflow.com/questions/59185976/how-to-install-clangd-on-mac