Hacker News
- Apple's investment into Clangd and refactoring tooling http://lists.llvm.org/pipermail/cfe-dev/2018-April/057668.html 79 comments
- clangd-tidy: A faster alternative to clang-tidy https://github.com/lljbash/clangd-tidy 28 comments cpp
- CLion 2018.3 released: remote development, CPU profilers, C++17, clangd-based navigation, and VCS and editor improvements https://blog.jetbrains.com/clion/2018/11/clion-2018-3-remote-dev-cpu-profilers-cpp17/ 16 comments cpp
- ESP-IDF, NeoVim, Clangd error "__GLIBC_use" https://esp32tutorials.com/oled-esp32-esp-idf-tutorial/ 1 comment neovim
- clangd cannot find imports from other files https://pastebin.com/ZdRKQawt 28 comments neovim
- Could not find an installable clangd release! https://www.youtube.com/watch?index=13&list=PL0tgH22U2S3GN7MdobsdWV44qw-P5g7RJ&v=n6JEqPuWOxg 11 comments vim
- Clangd - dim unused variables. https://github.com/nvim-lua/kickstart.nvim 2 comments neovim
- lsp does not work with clangd https://gist.github.com/Strus/042a92a00070a943053006bf46912ae9 5 comments neovim
- clangd logging insignificant logs https://github.com/llvm/llvm-project 2 comments neovim
- clangd resolving symbols of inlined header includes https://main.cc 6 comments neovim
- LSP [clangd] not showing comment of my class function in C++ https://github.com/danymat/neogen 2 comments neovim
- Using LazyVim and Mason.nvim LSP manager. How do I add arguments to the clangd or and LSP? https://github.com/neovim/nvim-lspconfig/wiki/Project-local-settings 26 comments neovim
- How to configure clangd to use c++17 https://www.learncpp.com/cpp-tutorial/configuring-your-compiler-choosing-a-language-standard/#example 12 comments neovim
- Clangd not indexing includes from arm GNU Toolchain https://github.com/neovim/nvim-lspconfig/issues/2206 6 comments neovim
- setting up neovim with lsp and clangd https://neovim.io/doc/lsp/ 18 comments neovim
- Add a -I include path for clangd in eglot https://stackoverflow.com/questions/61206703/is-there-includepath-option-in-clangd 2 comments emacs
- Question for setupping VScode for C/C++ on windows using clangd. https://clangd.llvm.org/ 4 comments askprogramming
- C++ Project File Required For Development With Clangd and LSP https://texttoolkit.com/compilation-database-generator 20 comments emacs
- Can't clangd in cmake (already enabled export compile command) work out of the box? https://github.com/clangd/clangd/discussions/1113 6 comments emacs
- make clangd_extension work w/ lsp-installer https://github.com/p00f/clangd_extensions.nvim 4 comments neovim
- Emacs + project + eglot + cmake + clangd language serv https://github.com/juanjosegarciaripoll/project-cmake 3 comments emacs
- What is the purpose of null-ls.nvim? I've read the README but I don't really understand what it gives me over a language server like clangd or jdtls, for example https://github.com/jose-elias-alvarez/null-ls.nvim 5 comments neovim
- clangd_extensions.nvim - Support for clangd's off-spec features in neovim's LSP client https://github.com/p00f/clangd_extensions.nvim 10 comments neovim
- Qt Creator and clangd: An Introduction https://www.qt.io/blog/qt-creator-and-clangd-an-introduction 5 comments cpp
- Proof of concept: query C++ codebases using SQLite and clangd https://github.com/frabert/clangql 8 comments cpp
- Bit of help fixing nvim_lsp with clangd https://github.com/jeffmakes/dotfiles/blob/master/.config/nvim/init.vim 3 comments neovim
- clangd not in official repos or AUR? https://www.reddit.com/r/archlinux/comments/jq8jvt/clangd_not_in_official_repos_or_aur/ 6 comments archlinux
- Clangd vs rtags+cmake-ide for C++ development https://www.reddit.com/r/emacs/comments/iq4wcb/clangd_vs_rtagscmakeide_for_c_development/ 3 comments emacs
- How to setup clangd for C++ in spacemacs? https://www.reddit.com/r/emacs/comments/i5xi4b/how_to_setup_clangd_for_c_in_spacemacs/ 6 comments emacs
- Clangd doesn't detect standard libraries when compile_commands.json is included https://github.com/autozimu/LanguageClient-neovim 17 comments vim
- Has anyone tried out CXXD for C/C++ development with coc.nvim? How does it compare with the ccls and clangd language servers? https://github.com/JBakamovic/cxxd 5 comments vim
- CLion 2018.2 released: clangd, Gradle and compilation database projects, Google Sanitizers, and database support https://blog.jetbrains.com/clion/2018/07/clion-2018-2-clangd-gradle-compdb-sanitizers/ 40 comments cpp
- CLion 2018.2 EAP: clangd as an additional C++ language engine https://blog.jetbrains.com/clion/2018/06/clion-2018-2-eap-clangd/#more-5268 13 comments cpp
- Apple is switching from libclang-based tooling to clangd http://lists.llvm.org/pipermail/cfe-dev/2018-april/057668.html 36 comments cpp
- VIM c++ autocompletion with cquery or clangd https://clang.llvm.org/extra/clangd.html 12 comments vim
- Clangd for c++ in emacs https://www.reddit.com/r/emacs/comments/6t2ktr/clangd_for_c_in_emacs/ 13 comments emacs
- Getting "clangd" (LLVM's LSP implementation for C++) to work with "deoplete" https://github.com/autozimu/LanguageClient-neovim/issues/72 7 comments neovim
- Language Server Protocol using Clangd https://eclipse.org/community/eclipse_newsletter/2017/april/article5.php 7 comments cpp