summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/TestFS.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-73/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Auto-index watches global CDB for changes.Sam McCall2018-11-261-2/+2
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-3/+3
* [clangd] Make FSProvider const-correct. NFCSam McCall2018-10-101-1/+1
* [clangd] Avoid duplicates in findDefinitions responseSimon Marchi2018-08-101-4/+11
* [clangd] Do not rebuild AST if inputs have not changedIlya Biryukov2018-07-261-1/+2
* [clangd] Customizable URI schemes for dynamic index.Eric Liu2018-06-151-0/+5
* [clangd] Add forgotten include guard to TestFS.h. NFCIlya Biryukov2018-05-301-0/+3
* [clangd] Remove Tagged and some related APIs from ClangdServer.Sam McCall2018-03-121-4/+3
* [clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...Sam McCall2018-02-161-3/+4
* [clangd] Fixed findDefinitions to always return absolute paths.Ilya Biryukov2018-02-131-1/+4
* [clangd] Fix r323658 test failure on windows.Eric Liu2018-01-291-0/+3
* [clangd] Remove unused test param. NFCSam McCall2017-12-051-6/+1
* [clangd] Split code-completion tests out of ClangdTests. NFC.Sam McCall2017-12-051-0/+57
OpenPOWER on IntegriCloud