[PATCH] D33416: [clangd] Allow to use vfs::FileSystem for file accesses.
NAKAMURA Takumi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 27 01:10:56 PDT 2017
chapuni added inline comments.
================
Comment at: clang-tools-extra/trunk/unittests/clangd/ClangdTests.cpp:123
+ TmpDirs.push_back(TmpDir1.str());
+ if (TmpDir2 != TmpDir2)
+ TmpDirs.push_back(TmpDir2.str());
----------------
Did you mean, "TmpDir1 != TmpDir2" ?
Fixed in r304067.
Repository:
rL LLVM
https://reviews.llvm.org/D33416
More information about the cfe-commits
mailing list