Nathan Ridge

Results 1185 comments of Nathan Ridge

> @HighCommander4 Please correct me if I'm wrong, but there are many sycl references in the arguments? section of this compile_commands.json. The posted snippet contains multiple entries with `"file": "/home/zm23374/lats/sycl-usm.cpp"`....

> So far, my understanding was that it uses the compiler provided (in my case icpx or dpcpp) and runs it to fetch the errors etc. I wasn't aware that...

@DaanDeMeyer should this issue be closed, or is there something remaining to track here?

For folks following this issue, just wanted to give a heads up that this has been fixed in clangd 16, though there is a remaining issue discussed in #1568. The...

> I don't know if it's really related but there isn't any suggestion when defining macros. > > ```c++ > #define AAAAAA (0) > #define BBBBBB (AAAAAA) // no suggestion...

> Is there any fix or workaround for this issue..? Sorry, I couldn't spot it if it was already mentioned in the thread.!. I am also facing the same issue...

You can find arm64 binaries on the LLVM project release pages such as https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.3 (clang+llvm-18.1.3-aarch64-linux-gnu.tar.xz package).

There are two ways to think about this request: 1. Add support for vscode-clangd (or the clangd server itself) executing an arbitrary command in "fallback flags" via `$(command)`. I don't...

Please attach [clangd logs](https://clangd.llvm.org/troubleshooting#gathering-logs) from a session in which you get this diagnostic.

@shxygray Please file a new issue for further discussion of your Boost-related error. The OP's issue is about a different library (Eigen) on a different platform (Linux), and it just...