0

docs: clarify that clangd 11 is not enough for remote indexing

This patch notes that clangd 12 is required for remote indexing, even
though Chromium otherwise supports clangd 11.

I spent a lot of time scratching my head at this, since this was not
mentioned in <https://clangd.llvm.org/design/remote-index.html>.

See also <https://github.com/clangd/chrome-remote-index/pull/9>.

Change-Id: Ia9fb8ebee77a1c6f04306b01579c4c0ff3a24468
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3412467
Auto-Submit: Delan Azabani <dazabani@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/main@{#963436}
This commit is contained in:
Delan Azabani
2022-01-26 09:03:46 +00:00
committed by Chromium LUCI CQ
parent d71666f700
commit d431ca758b

@ -19,6 +19,7 @@ tools/clang/scripts/generate_compdb.py -p out/<build> > compile_commands.json
lots of CPU and RAM. There's also a
[remote-index service](https://github.com/clangd/chrome-remote-index/blob/main/docs/index.md)
to have an instant project-wide index without consuming local resources
(requires clangd 12+ built with remote index support).
* Use clangd in your favourite editor
## Getting clangd