summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/TestFS.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-129/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-36/+39
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-1/+4
* [clangd] Auto-index watches global CDB for changes.Sam McCall2018-11-261-1/+4
* [clangd] Delete unused includes.Kadir Cetinkaya2018-11-141-2/+0
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-18/+15
* [clangd] Cache FS stat() calls when building preamble.Eric Liu2018-10-021-0/+1
* [clangd] Avoid duplicates in findDefinitions responseSimon Marchi2018-08-101-6/+20
* [clangd] Do not rebuild AST if inputs have not changedIlya Biryukov2018-07-261-4/+6
* [clangd] Use workspace root path as hint path for resolving URIs in workspace...Eric Liu2018-06-191-1/+7
* [clangd] Customizable URI schemes for dynamic index.Eric Liu2018-06-151-0/+37
* [clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall2018-05-151-2/+2
* Parse .h files as objective-c++ if we don't have a compile command.Sam McCall2018-04-201-1/+3
* s/LLVM_ON_WIN32/_WIN32/, clang-tools-extraNico Weber2018-04-101-1/+1
* [clangd] Remove Tagged and some related APIs from ClangdServer.Sam McCall2018-03-121-10/+0
* [clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...Sam McCall2018-02-161-14/+17
* [clangd] Fixed findDefinitions to always return absolute paths.Ilya Biryukov2018-02-131-5/+7
* [clangd] Remove the RealFS layer from test VFS. NFC.Ilya Biryukov2018-02-131-111/+1
* [clangd] Fix r323658 test failure on windows.Eric Liu2018-01-291-1/+1
* [clangd] Remove unused test param. NFCSam McCall2017-12-051-0/+3
* [clangd] Split code-completion tests out of ClangdTests. NFC.Sam McCall2017-12-051-0/+176
OpenPOWER on IntegriCloud