summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/FindSymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix DocumentOutline for conceptsKadir Cetinkaya2020-06-231-2/+5
* [clangd] Simplify code using findName. NFCIlya Biryukov2019-12-101-1/+1
* [clangd] Simplify the callside of URI::resolve, NFC.Haojian Wu2019-09-231-10/+3
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Fix typos and grammar in a comment. NFCIlya Biryukov2019-08-141-4/+4
* [clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...Sam McCall2019-08-061-1/+1
* [clangd] Type hierarchy subtypesNathan Ridge2019-06-161-24/+36
* [clangd] Boost code completion results that were named in the last few lines.Sam McCall2019-05-061-0/+1
* [clangd] Show template argument list in workspacesymbols and documentsymbols ...Kadir Cetinkaya2019-04-121-1/+2
* [clangd] Add support for type hierarchy (super types only for now)Kadir Cetinkaya2019-03-191-60/+1
* 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/+4
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-1/+1
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-1/+3
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-231-84/+128
* [clangd] Get rid of QueryScopes.empty() == AnyScope special case.Eric Liu2018-11-061-0/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-6/+5
* [clangd] Encode Line/Column as a 32-bits integer.Haojian Wu2018-10-181-4/+4
* [clangd] Adapt API change after 342451.Eric Liu2018-09-181-2/+3
* [clangd] Cleanup FuzzyFindRequest filtering limit semanticsKirill Bobyrev2018-09-131-2/+3
* [clangd] Fix typo. NFCFangrui Song2018-09-051-1/+1
* [clangd] Avoid duplicates in findDefinitions responseSimon Marchi2018-08-101-1/+1
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-11/+9
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-051-2/+107
* [clangd] Use workspace root path as hint path for resolving URIs in workspace...Eric Liu2018-06-191-6/+4
* [clangd] Make workspace/symbols actually rank its results.Sam McCall2018-06-071-2/+39
* [clangd] Implementation of workspace/symbol requestMarc-Andre Laperle2018-04-231-0/+141
OpenPOWER on IntegriCloud