Clangd could not find C++ headers with elgot · Issue #548...
After making a new directory, echoing -xc++ to compile_flags.txt, and typing #include <iostream> in a new file, clangd could not found where the iostream is. It seems that clangd treat /usr/bin/c++ as GCC 10 while there is only GCC 9 on ...