Nathan Ridge

Results 1162 comments of Nathan Ridge

> @HighCommander4 Yes, you are right, manually adding the --target in my GNU11 compile_commands.json file did the job. However, since this compiler command is generated by CMAKE so every time...

> as you type in g++ -v, it would output default desired flags and i believe it should be more accurate to use those information rather than the name of...

> Just installed the clangd via msys2 and the version is 14.0.0, it could produce the correct output and identify the correct system header with exact same compile_commands.json file. My...

> Although `--query-driver` does make it list the inclusions in the log file, they seem to be happily ignored later by clangd. Maybe you're using clangd 14 and running into...

As with FreeBSD (#1265), Github Actions does not offer hosted aarch64 machines, so we'd have to provide our own or cross-compile.

> this is coming from clang-format, filed https://bugs.llvm.org/show_bug.cgi?id=49519 for tracking. Updated upstream issue link: https://github.com/llvm/llvm-project/issues/48863

> I can fix this by adding `-x hip` to the file in `compile_commands.json`, but this is rather inconvenient since I'd rather be able to use the file generated by...

I don't understand what the issue is from this description. Can you be more specific, please? Are you getting a diagnostic you're not expecting? Or not getting a diagnostic that...

Ahh you mean a fix-it generated that code?