Nathan Ridge

Results 1213 comments of Nathan Ridge

Not sure what's going wrong here, but note that issues with the auto-install process can be worked around by downloading clangd manually from https://github.com/clangd/clangd/releases and pointing vscode to it using...

This is not specific to clangd, I can reproduce this issue using `clang-tidy` on the command line. With `test.cpp` containing the following, and `compile_commands.json` containing suitable `-isystem` flags: ```c++ #include...

This affects real-world workspaces such as LLVM as well. For example, let's consider the macro `CLANGD_TIDY_CHECKS` defined in `clang-tools-extra/clangd/Feature.h`: * Open the LLVM workspace, with no files open yet *...

> If you are still using yt-dl 2021.12.17, you have more issues than just the `uploader_id`. This is an aside, but, wow, is that ever true! I've been using 2021.12.17...

Seems like a limitation related to the preamble optimization. The code here does in fact incude the opened file recursively, it just takes a different preprocessor branch in the recursive...

I'm not aware of a way to solve this. If anyone has information on how CLion deals with this (or perhaps can ask in a CLion issue), I would be...

> this workaround does not seem to work for me Can you share [clangd logs](https://clangd.llvm.org/troubleshooting.html#gathering-logs)?

I think might be fixed in clangd 18 by #1695

From the point of view of a user, the ideal behaviour here would be to print the type name with occurrences of `int` representing unresolved types replaced with something that...

Not sure if it will address this crash in particular, but note that clangd support for modules is a work in progress at https://github.com/clangd/clangd/issues/1293.