summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/URITests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-187/+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-5/+6
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-0/+22
* [clangd] Cleanup error consumption code. NFCIlya Biryukov2018-11-221-22/+7
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-13/+13
* [clangd] Mark colon as a safe character when percent-encoding.Kadir Cetinkaya2018-10-091-3/+6
* [clangd] Check that scheme is valid when parsing URI.Eric Liu2018-09-251-3/+4
* [clangd] Use workspace root path as hint path for resolving URIs in workspace...Eric Liu2018-06-191-1/+1
* [clangd] Customizable URI schemes for dynamic index.Eric Liu2018-06-151-34/+7
* s/LLVM_ON_WIN32/_WIN32/, clang-tools-extraNico Weber2018-04-101-2/+2
* [clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...Sam McCall2018-02-161-2/+2
* [clangd] Do not precent-encode numbers in URI.Eric Liu2018-02-071-0/+1
* [clangd] Fix URI scheme conflict and an unused variable warning in tests. NFCEric Liu2018-02-011-2/+2
* [clangd] Use new URI with scheme support in place of the existing LSP URIEric Liu2018-01-291-34/+16
* [clangd] Try to fix build bot failue in r323101Eric Liu2018-01-221-2/+2
* [clangd] Add support for different file URI schemas.Eric Liu2018-01-221-0/+220
OpenPOWER on IntegriCloud