summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/FindSymbolsTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-688/+0
* [clangd] Show template argument list in workspacesymbols and documentsymbols ...Kadir Cetinkaya2019-04-121-2/+35
* [clangd] Print template arguments helperKadir Cetinkaya2019-04-121-4/+2
* [clangd] Index UsingDeclsKadir Cetinkaya2019-02-261-4/+1
* [clangd] Index main-file macros (bug 39761)Haojian Wu2019-01-281-6/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Index main-file symbols (bug 39761)Sam McCall2019-01-141-4/+6
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-5/+3
* [clangd] Cleanup syntax errors in the test, NFC.Haojian Wu2018-12-211-1/+1
* [clangd] Fix a syntax error on the test.Haojian Wu2018-12-191-1/+1
* [clangd] Use testPath in the test.Haojian Wu2018-11-261-2/+2
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-231-53/+150
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-1/+0
* [clangd] Set workspace root when initializing ClangdServer, disallow mutation.Sam McCall2018-10-191-1/+1
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-051-0/+271
* [clangd] Simplify matches in FindSymbols testsMarc-Andre Laperle2018-06-261-57/+45
* [clangd] Use workspace root path as hint path for resolving URIs in workspace...Eric Liu2018-06-191-1/+6
* [clangd] Make workspace/symbols actually rank its results.Sam McCall2018-06-071-3/+13
* [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...Sam McCall2018-06-061-4/+4
* [clangd] Add "member" symbols to the indexMarc-Andre Laperle2018-06-051-1/+42
* [clangd] Initialize candidate count in unit testBenjamin Kramer2018-04-241-1/+1
* [clangd] Implementation of workspace/symbol requestMarc-Andre Laperle2018-04-231-0/+247
OpenPOWER on IntegriCloud