summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/URI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use llvm::all_of (NFC)Kazu Hirata2022-08-141-1/+1
* [clangd] Clean up unused includes. NFCISam McCall2022-02-261-2/+0
* [clangd] Remove dead variable. NFCSam McCall2020-09-301-1/+0
* [clangd] makeStringError,make_error<StringError> -> error()Sam McCall2020-09-141-13/+8
* [clangd] Fix conversion from Windows UNC paths to file URI format.Ilya Golovenko2020-07-221-12/+33
* [NFC] Refactor Registry loops to range forNathan James2020-06-191-4/+3
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-1/+1
* [clangd] Simplify the callside of URI::resolve, NFC.Haojian Wu2019-09-231-0/+11
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clangd] Avoid slow ostreams in URI conversion.Sam McCall2019-07-081-16/+15
* 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-42/+47
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-1/+1
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-13/+26
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-8/+11
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-45/+38
* [clangd] Mark colon as a safe character when percent-encoding.Kadir Cetinkaya2018-10-091-1/+3
* [clangd] Fix build bot after r342961Eric Liu2018-09-251-4/+3
* [clangd] Check that scheme is valid when parsing URI.Eric Liu2018-09-251-2/+20
* [clangd] Implement proximity path boosting for DexKirill Bobyrev2018-09-061-0/+20
* [clangd] Allow using customized include path in URI.Haojian Wu2018-04-091-0/+7
* [clangd] Do not precent-encode numbers in URI.Eric Liu2018-02-071-1/+2
* [clangd] Use new URI with scheme support in place of the existing LSP URIEric Liu2018-01-291-22/+22
* [clangd] Add support for different file URI schemas.Eric Liu2018-01-221-0/+199