summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd
Commit message (Collapse)AuthorAgeFilesLines
...
* ClangdTests.cpp: Fix a possible typo, it was "if (TmpDir2 != TmpDir2)"NAKAMURA Takumi2017-05-271-1/+1
| | | | | | It caused failures in unittests if TmpDir2 is not "/tmp" . llvm-svn: 304067
* [clangd] Attempt to fix tests failing on WindowsIlya Biryukov2017-05-261-8/+14
| | | | llvm-svn: 303993
* [clangd] Allow to use vfs::FileSystem for file accesses.Ilya Biryukov2017-05-262-0/+388
Summary: Custom vfs::FileSystem is currently used for unit tests. This revision depends on https://reviews.llvm.org/D33397. Reviewers: bkramer, krasimir Reviewed By: bkramer, krasimir Subscribers: klimek, cfe-commits, mgorny Differential Revision: https://reviews.llvm.org/D33416 llvm-svn: 303977
OpenPOWER on IntegriCloud