kadir çetinkaya
kadir çetinkaya
Unfortunately I don't have any public links that I can provide since all tests are run in an internal system with authentication. But the process I followed is like this:...
echo-ing my comments about the issue from discord for future reference. > yeah agree with @nridge here, the default is also questionable. we had set it to 50 because of...
Most of your verdicts are correct. Unfortunately we don't support building background-index without an interactive workflow. You can use clangd-indexer to generate a static-index to provide users of the container...
> The fork LSIF indexer implementation shows that the serialisation is easy, so my question is - what would it take to teach clangd to read the index from a...
thanks for the reproducer! it looks like this is caused by clang-format's language guesser for ObjC on extensionless or `.h` files :( i'll try to see if we can figure...
this is coming from clang-format, filed https://bugs.llvm.org/show_bug.cgi?id=49519 for tracking.
i did some digging, and this is happening because we override main file contents to only consists of preamble section while generating the PCH in https://github.com/llvm/llvm-project/blob/master/clang/lib/Frontend/PrecompiledPreamble.cpp#L332. When serializing a PCH...
> But to write the testcase for this, I had to make a change that I thought was unrelated: we currently only calculate the include header for code-completion-eligible symbols, and...
clangd should shutdown after currently running tasks finish (e.g. files that are currently being indexed, not the whole codebase). so in theory this shouldn't take long, unless you have some...
okay, this is getting interesting then. unfortunately perf isn't very helpful in this case, and yes this is unrelated to editor, as clangd would initiate termination as soon as its...