Nathan Ridge

Results 1499 comments of Nathan Ridge

That error message doesn't look like a crash to me. If clangd is actually crashing for you, can you share a full set of [clangd logs](https://clangd.llvm.org/troubleshooting.html#gathering-logs)?

See also https://github.com/clangd/vscode-clangd/issues/262 which links to patches that take a different approach to address this on the client side in VSCode.

> there is a new ticket as of three days ago, so I am piggybacking on that one hoping that something different happens this time Could you post a link...

> I'm noticing that inherited members of the base class don't appear in autocomplete either even without CRTP [...] The only reason `foo()` is not offered for autocompletion in this...

Could you try with the latest release from https://github.com/clangd/clangd/releases/tag/18.1.3?

Thanks for checking. If you're able to share a code example that triggers the crash, that would be very helpful.

> Except the class definition [...] There is no class definition in the posted code snippet. If the crash only occurs with a class definition present as well, you'll need...

> > > Except the class definition [...] > > > > > > There is no class definition in the posted code snippet. If the crash only occurs with...

> I have also been running into this with the latest release and SublimeText LSP. I am using the latest release: @fruffy could you file a new issue please? "Crashing...

> Based on the CI build test results from my forks:[log](https://github.com/InfinityWei/clangd/actions/runs/15670240459/job/44140035994). It seems that upgrading clang-9 to clang-10 in the Linux CI configuration could resolve the compilation errors. Thanks for...