summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/XRefsTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Publish xref for macros from Index and AST.Utkarsh Saxena2020-01-131-3/+46
* [clangd] Heuristically resolve dependent call through smart pointer typeNathan Ridge2020-01-071-2/+2
* [clangd] Assert that the testcases in LocateSymbol.All have no diagnosticsNathan Ridge2020-01-071-22/+62
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-021-0/+21
* Revert "[clangd] Implement "textDocument/documentLink" protocol support"Dmitri Gribenko2019-12-161-21/+0
* [clangd] Fix Windows test failure by adding -fno-delayed-template-parsing to ...Nathan Ridge2019-12-121-1/+5
* [clangd] Heuristically resolve dependent method callsNathan Ridge2019-12-121-0/+69
* [clangd] Implement "textDocument/documentLink" protocol supportMichael Forster2019-12-121-0/+21
* [clangd] Use expansion location when the ref is inside macros.Haojian Wu2019-12-091-0/+13
* [clangd] Navigation from definition of template specialization to primary tem...Nathan Ridge2019-12-081-1/+16
* [clangd] Untangle Hover from XRefs, move into own file.Sam McCall2019-11-191-1339/+0
* [clangd] Fix hover 'local scope' to include class template paramsSam McCall2019-11-191-5/+5
* [clangd] More sensible output for constructors/destructors in hover.Sam McCall2019-11-191-2/+11
* [clangd] Expose the xref's incomplete flag to clangdServer API.Haojian Wu2019-11-181-11/+13
* [AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.Sam McCall2019-11-181-0/+13
* [clangd] Don't repeat class template args when printing constructor definitionsSam McCall2019-11-151-1/+1
* [clangd] Fix typo in symbol kind conversionSam McCall2019-11-151-1/+1
* [clangd] Don't consider class template params part of constructor name.Sam McCall2019-11-151-1/+16
* [AST] Use written names instead of `type-param-0-0` in more cases when printi...Sam McCall2019-11-151-0/+11
* [clangd] Expose value of enumerators to Hover API. (not UI yet)Sam McCall2019-11-141-0/+13
* [clangd] Add bool return type to Index::refs API.Haojian Wu2019-11-131-1/+2
* Refactor getDeclAtPosition() to use SelectionTree + targetDecl()Nathan Ridge2019-10-311-7/+13
* [clangd] Report declaration references in findExplicitReferences.Haojian Wu2019-10-181-1/+2
* Make most clangd unittests pass on WindowsNico Weber2019-10-131-1/+8
* [clangd] Implement getBeginning for overloaded operators.Haojian Wu2019-10-011-0/+9
* [clangd] Add a helper for extracting nonlocal decls in a FunctionDeclKadir Cetinkaya2019-09-261-0/+85
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Ignore implicit conversion-operator nodes in find refs.Haojian Wu2019-08-211-0/+12
* [clangd] Fix one testcase in XRefsTests.Haojian Wu2019-08-201-9/+11
* [clangd] Fix a crash when presenting values for HoverIlya Biryukov2019-08-021-0/+10
* [clangd] Consume llvm::Error in test after r365792Sam McCall2019-07-111-1/+3
* [clangd] Implementation of auto type expansion.Sam McCall2019-07-111-0/+22
* [clangd] Show documentation in hover, and fetch docs from index if needed.Sam McCall2019-07-091-10/+41
* [clangd] Add Value field to HoverInfoKadir Cetinkaya2019-06-261-3/+70
* [clangd] Treat lambdas as functions when preparing hover responseKadir Cetinkaya2019-06-131-5/+75
* [clangd] Represent Hover result using FormattedStringIlya Biryukov2019-05-291-61/+208
* [clangd] Introduce a structured hover responseKadir Cetinkaya2019-05-281-26/+327
* [Index] Fix reported references in presence of template type aliasesIlya Biryukov2019-05-231-0/+11
* [clangd] Qualify uses of ::testing everywhere. NFCIlya Biryukov2019-05-061-5/+5
* [clangd] Also perform merging for symbol definitionsKadir Cetinkaya2019-05-031-5/+18
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-0/+1504
OpenPOWER on IntegriCloud