summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/XRefs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Publish xref for macros from Index and AST.Utkarsh Saxena2020-01-131-39/+60
* [clangd] Show template arguments in type hierarchy when possibleNathan Ridge2020-01-121-3/+24
* [clangd] targetDecl() returns only NamedDecls.Sam McCall2020-01-031-24/+22
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-021-0/+20
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-9/+8
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-8/+9
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-9/+8
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-8/+9
* Revert "[clangd] Implement "textDocument/documentLink" protocol support"Dmitri Gribenko2019-12-161-20/+0
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-5/+5
* Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...Nico Weber2019-12-141-9/+8
* [clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.Sam McCall2019-12-131-8/+9
* [clangd] Implement "textDocument/documentLink" protocol supportMichael Forster2019-12-121-0/+20
* [clangd] Simplify code using findName. NFCIlya Biryukov2019-12-101-4/+2
* [clangd] Navigation from definition of template specialization to primary tem...Nathan Ridge2019-12-081-4/+16
* [clangd] Simplify the code, NFC.Haojian Wu2019-12-051-1/+1
* [clangd] NFC, add getLangOpts helper to ParsedASTAlex Lorenz2019-12-041-12/+9
* [clangd] Untangle Hover from XRefs, move into own file.Sam McCall2019-11-191-537/+0
* [clangd] Fix hover 'local scope' to include class template paramsSam McCall2019-11-191-6/+6
* [clangd] More sensible output for constructors/destructors in hover.Sam McCall2019-11-191-39/+46
* [clangd] Store xref for Macros in ParsedAST.Utkarsh Saxena2019-11-181-2/+1
* [clangd] Expose the xref's incomplete flag to clangdServer API.Haojian Wu2019-11-181-11/+17
* [clangd] Don't repeat class template args when printing constructor definitionsSam McCall2019-11-151-0/+1
* [clangd] Don't consider class template params part of constructor name.Sam McCall2019-11-151-0/+1
* [clangd] Expose value of enumerators to Hover API. (not UI yet)Sam McCall2019-11-141-0/+4
* Refactor getDeclAtPosition() to use SelectionTree + targetDecl()Nathan Ridge2019-10-311-105/+77
* [clangd] Flush streams when printing HoverInfo Name and DefinitionKadir Cetinkaya2019-10-281-0/+2
* [clangd] Report declaration references in findExplicitReferences.Haojian Wu2019-10-181-1/+2
* [clangd] Use our own relation kind.Haojian Wu2019-10-171-1/+2
* [clangd] Add a helper for extracting nonlocal decls in a FunctionDeclKadir Cetinkaya2019-09-261-0/+14
* [clang][Index][NFC] Put IndexingOptions to a separate headerJan Korous2019-09-061-0/+1
* [clangd] Remove macro-expansion-location from getBeginningOfIdentifier. Inlin...Sam McCall2019-09-041-14/+18
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-0/+1
* [clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...Sam McCall2019-09-031-11/+12
* [clangd] Decouple macro/decl-under-cursor finding. Don't pretend there can be...Sam McCall2019-09-031-73/+41
* [clangd] Ignore implicit conversion-operator nodes in find refs.Haojian Wu2019-08-211-0/+5
* [clangd] Fix one testcase in XRefsTests.Haojian Wu2019-08-201-11/+19
* [clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...Sam McCall2019-08-061-2/+5
* [clangd] Fix a crash when presenting values for HoverIlya Biryukov2019-08-021-1/+1
* [clangd] Remove bad assert: nothing relies on it, and the reasons it was true...Sam McCall2019-08-021-3/+2
* [clangd] cleanup: unify the implemenation of checking a location is inside ma...Haojian Wu2019-07-191-1/+1
* [clangd] Type hierarchy: don't resolve parents if the client only asked for c...Nathan Ridge2019-07-171-16/+17
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-131-1/+24
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-121-24/+1
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-121-1/+24
* [clangd] Add a missing early return in getTypeHierarchy()Nathan Ridge2019-07-121-0/+2
* [clangd] Implementation of auto type expansion.Sam McCall2019-07-111-4/+14
* [clangd] Show documentation in hover, and fetch docs from index if needed.Sam McCall2019-07-091-7/+39
* [clangd] Fix unused var from r364735Sam McCall2019-07-011-5/+4
* [clangd] Show better message when we rename macros.Haojian Wu2019-07-011-46/+21
OpenPOWER on IntegriCloud