Re: Clangd does not work with either Clang or GCC

2025-04-05 Thread Greg Hogan
On Fri, Mar 21, 2025 at 9:53 AM aneris via wrote: > > Hello Guix, > > I have been trying to setup a C++ development environment in Guix, > however clangd has been very annoying. > > The simple hello world in C++ > > ``` > > #include > > int main() { > >std::cout << "Hello World"; > > } > > ``

Clangd does not work with either Clang or GCC

2025-04-05 Thread aneris via
Hello Guix, I have been trying to setup a C++ development environment in Guix, however clangd has been very annoying. The simple hello world in C++ ``` #include int main() { std::cout << "Hello World"; } ``` Has clangd (in Emacs) complaining about the line that, `clang: [unknown-ty