summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/XRefsTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-1504/+0
* [clangd] Test #import directive go-to-definition. NFCSam McCall2019-04-041-0/+12
* [clangd] Make sure constructors do not reference classKadir Cetinkaya2019-03-081-0/+9
* [clangd] Enhance macro hover to see full definitionMarc-Andre Laperle2019-02-241-1/+19
* [clangd] Only report explicitly typed symbols during code navigationKadir Cetinkaya2019-02-211-8/+23
* [clangd] Enable indexing of template type parametersKadir Cetinkaya2019-02-211-3/+7
* [clangd] Revert r354442 and r354444Kadir Cetinkaya2019-02-201-34/+0
* [clangd] Try to fix windows build botsKadir Cetinkaya2019-02-201-3/+8
* [clangd] Testcase for bug 39811Kadir Cetinkaya2019-02-201-0/+29
* [clangd] Add tests for template specializationsKadir Cetinkaya2019-02-181-0/+52
* [clangd] Prefer location from codegen files when merging symbols.Eric Liu2019-02-111-0/+20
* [clangd] Index parameters in function declsKadir Cetinkaya2019-02-111-0/+4
* [clangd] Implement textDocument/declaration from LSP 3.14Sam McCall2019-02-011-100/+126
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Add Limit parameter for xref.Haojian Wu2019-01-141-6/+10
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-4/+3
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-1/+2
* [clangd] Refine the way of checking a declaration is referenced by the writte...Haojian Wu2018-12-131-0/+47
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-18/+19
* [clangd] Fix crash hovering on non-decltype trailing returnMarc-Andre Laperle2018-11-171-0/+8
* [clangd] Simplify auto hoverIlya Biryukov2018-10-241-0/+7
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-6/+6
* [clangd] Support hover on "aut^o *".Haojian Wu2018-10-121-0/+19
* [clangd] Use canonical declarations in ReferenceFinder.Haojian Wu2018-10-041-17/+25
* [NFC][clangd] fix warning for extra semicolonJonas Toth2018-09-111-2/+2
* [clangd] Sort GoToDefinition results.Haojian Wu2018-09-051-0/+41
* [clangd] Implement findReferences functionSam McCall2018-09-051-0/+137
* [clangd] Check for include overlapping looks for only the line now.Kadir Cetinkaya2018-08-231-2/+4
* [clangd] Always use the latest preambleHaojian Wu2018-08-171-0/+45
* [clangd] Avoid duplicates in findDefinitions responseSimon Marchi2018-08-101-6/+44
* [clangd] Implement hover for "auto" and "decltype"Marc-Andre Laperle2018-07-021-3/+269
* [clangd] Fix inverted test (--gtest_filter strikes again...)Sam McCall2018-06-041-1/+1
* [clangd] Hover should return null when not hovering over anything.Sam McCall2018-06-041-3/+13
* [clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall2018-05-151-38/+10
* [clangd] Using index for GoToDefinition.Haojian Wu2018-04-301-7/+85
* [clangd] Use operator<< to prevent printers issues in GtestMarc-Andre Laperle2018-04-101-9/+0
* [clangd] Adapt index interfaces to D45014, and fix the old bugs.Sam McCall2018-04-091-1/+16
* [clangd] Use the macro name range as the definition range.Haojian Wu2018-03-131-2/+2
* [clangd] Fix irrelevant declaratations in goto definition (on macros).Haojian Wu2018-03-131-0/+9
* [clangd] Remove Tagged and some related APIs from ClangdServer.Sam McCall2018-03-121-11/+10
* [clangd] Fix diagnostic errors in the test code, NFC.Haojian Wu2018-03-121-1/+3
* [clangd] Revamp handling of diagnostics.Ilya Biryukov2018-03-121-2/+2
* [clangd] Use identifier range as the definition range.Haojian Wu2018-03-091-15/+27
* [clangd] Extract ClangdServer::Options struct.Sam McCall2018-03-051-5/+3
* [clangd] #include statements support for Open definitionMarc-Andre Laperle2018-02-211-0/+68
* [clangd] Rename some protocol field to lower caseMarc-Andre Laperle2018-02-161-1/+1
* [clangd] Implement textDocument/hoverMarc-Andre Laperle2018-02-161-0/+305
* [clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...Sam McCall2018-02-161-7/+6
* [clangd] Make functions of ClangdServer callback-basedIlya Biryukov2018-02-151-1/+3
* [clangd] Fixed findDefinitions to always return absolute paths.Ilya Biryukov2018-02-131-0/+30
OpenPOWER on IntegriCloud