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

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 26 02:53:57 PDT 2023


DavidSpickett added a comment.

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",
                ^


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