Nathan Ridge

Results 1499 comments of Nathan Ridge

Could you give a code example? > Function pointers are supposed to be highlighted in yellow Also, could you say more about where this expectation comes from, e.g. in what...

Does the crash occur with clangd 18? Can you share a code example that triggers the crash? Can you share logs taken with `--log=verbose`?

> The current clangd version is 19.1.2, the pre-release, but clangd 19.1.0 which I used before is also crashed. I would recommend trying with clangd 18. Clangd 19 is very...

Thanks for the example code. Unfortunately I cannot reproduce the crash on it. Note that the crash may well be dependent on the contents of the standard library headers, which...

@tcmal could you file a separate issue at https://github.com/llvm/llvm-project/issues/ please? An assertion failure firing in clang code is almost always a bug, independently of any configuration-related issues in clangd.

Could you try with the latest version from https://github.com/clangd/clangd/releases/tag/19.1.0 please? If the bug still occurs in the latest version, please share [clangd logs](https://clangd.llvm.org/troubleshooting.html#gathering-logs).

> Sorry that I do not know how to find clangd logs. Please see [this section of the website](https://clangd.llvm.org/installation#neovim-built-in-lsp-client) about how to enable verbose logging, and [this comment](https://github.com/llvm/clangd-www/issues/94#issuecomment-1960799792) about how...

> Please see [this section of the website](https://clangd.llvm.org/installation#neovim-built-in-lsp-client) about how to enable verbose logging It looks like that anchor link does not work... I mean the section titled "Neovim built-in...

> > `${command:cmake.buildType}` can only be used in vscode-cmake's configuration. It's parsed and replaced by vscode-cmake (It means that `${config:cmake.buildDirectory}` is not helpful here). > > Seems that the preview...