[PATCH] D148783: [clangd] Add support TextDocumentEdit.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 26 03:56:45 PDT 2023


hokein added a comment.

In D148783#4298398 <https://reviews.llvm.org/D148783#4298398>, @DavidSpickett wrote:

> Hi, these tests are failing on our (Linaro's) Windows on Arm buildbot. First appearance here https://lab.llvm.org/buildbot/#/builders/65/builds/9346
>
> Still failing as of a few hours ago https://lab.llvm.org/buildbot/#/builders/65/builds/9360 (maybe you have fixed this already, I am checking in infrequently over the next few days).
>
> If you need any help debugging it let me know. It appears there is a drive letter on Windows:
>
>   # CHECK-NEXT:              "uri": "file:///clangd-test/foo.c",
>                              ^
>   <stdin>:224:30: note: scanning from here
>               "textDocument": {
>                                ^
>   <stdin>:225:15: note: possible intended match here
>                 "uri": "file:///C:/clangd-test/foo.c",
>                 ^

sorry for the breakage, looking now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148783/new/

https://reviews.llvm.org/D148783



More information about the cfe-commits mailing list