Nathan Ridge
Nathan Ridge
> In 17.0.4 Can you share [clangd logs](https://clangd.llvm.org/troubleshooting#gathering-logs)?
> Happening in code with IP. You could share logs without `--log=verbose`, which does not include file contents, but may still contain enough information to diagnose the issue you're having.
> According to the [documentation](Generates findings only for the main file of a translation unit) for `misc-include-cleaner`, it "only generates findings for the main file of a translation unit." >...
> Does this method also work for `compile_commands.json`? I have a `compile_commands.json` generated in Linux and I want it to work in Windows. I don't want to have to modify...
> Is there any known workaround that is not disabling that warning "globally"? You can disable the warning using `CompileFlags:` `Add:` in a [clangd config file](https://clangd.llvm.org/config.html#add), which then gives you...
> It would be nice if there could be a command line flag for clangd to load the format configuration file from a specified path instead of putting in a...
> it still isn't able to find the `sycl.hpp` You may need to manually specify the include directory where this header is located. > now I am domed to use...
> I have tried adding -I location of the header but didn't work. Please share [clangd logs](https://clangd.llvm.org/troubleshooting.html#gathering-logs) for further investigation.
> Maybe "-" should be replaced with "nul" on Windows, as indicated here https://clangd.llvm.org/guides/system-headers#heuristic-search-for-system-headers? Do you understand how "-" causes this error? The error clearly doesn't happen for all Windows...
> This is what I got instead. The first error in this log is > E[00:39:37.622] [pp_file_not_found] Line 2: 'sycl/sycl.hpp' file not found As mentioned in an [earlier comment](https://github.com/clangd/clangd/issues/1097#issuecomment-1911531198), you...