Nathan Ridge
Nathan Ridge
I have to run now, will take a more detailed look later, but based on a quick look at the logs + another recent issue I've seen, installing `g++-12` may...
> but I recently noticed autosuggestion of headers specific to location `C:/Program Files/mingw64/include/c++/12.1.0/` is not detected which contains `iostream` and others files. Can you elaborate on this to help me...
Thanks, I understand the problem now. The cause is that code completion only offers headers with no file extension in "system" include directories, and you are specifying the standard library...
> based on a quick look at the logs + another recent issue I've seen, installing `g++-12` may be an effective workaround. Two users who reported a similar issue (in...
> so like inside of `...\include\c++\12.1.0\` all files are referred to as system headers? Well I would like to know more about those related terms, 😅, can you suggest me...
> More generally, today I find that the clang++ compilers (version 14 and 15) on Ubuntu 22.04 LTS cannot find ... Please consider filing that upstream at https://github.com/llvm/llvm-project/issues
It looks to me like the patch that landed here is a partial solution (it picks the right source file if that source file has been opened), not a complete...
I think the first case is likely to be common for projects which are mostly headers, e.g. a header-only / template library. In such projects, the only source files are...
Your points about the tradeoffs are well taken. My concrete suggestion for the time being, is that we reopen this issue (or file a new one) to acknowledge that there...
> I don't think it happens common enough in practice to justify the complications in static-index + CDB. @kadircet, since we had this discussion ~9 weeks ago, 7 different users...