[PATCH] D33416: [clangd] Allow to use vfs::FileSystem for file accesses.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 29 01:13:25 PDT 2017


ilya-biryukov added a comment.

Thanks for fixing the failures. Sorry for not being around to look into that myself.



================
Comment at: clang-tools-extra/trunk/unittests/clangd/ClangdTests.cpp:123
+  TmpDirs.push_back(TmpDir1.str());
+  if (TmpDir2 != TmpDir2)
+    TmpDirs.push_back(TmpDir2.str());
----------------
chapuni wrote:
> Did you mean, "TmpDir1 != TmpDir2" ?
> Fixed in r304067.
I sure did. Thanks.


Repository:
  rL LLVM

https://reviews.llvm.org/D33416





More information about the cfe-commits mailing list