[PATCH] D49724: [VFS] Cleanups to VFS interfaces.

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 24 13:22:05 PDT 2018


rupprecht added a comment.

Looks like this caused some test failures (http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/14441/steps/ninja%20check%201), e.g.:

  [ RUN      ] GoToInclude.All
  /home/buildslave/buildslave/clang-cmake-aarch64-quick/llvm/tools/clang/tools/extra/unittests/clangd/XRefsTests.cpp:953: Failure
  Value of: *Locations
  Expected: has 1 element that is equal to 0:0-0:0 at file:///clangd-test/foo.h
    Actual: {}

I'm not familiar with this patch, but reverting it locally seems to get tests passing again, so I'd like to revert this change temporarily.


Repository:
  rL LLVM

https://reviews.llvm.org/D49724





More information about the llvm-commits mailing list