summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/FindTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang][NFC] Rename methods/vars to reflect their real usageBill Wendling2023-04-181-2/+2
* Revert "[Clang] Refactor "Designators" into a unified implementation [NFC]"Bill Wendling2023-03-021-2/+3
* [Clang] Refactor "Designators" into a unified implementation [NFC]Bill Wendling2023-02-071-3/+2
* [clangd] Semantic highlighting for constrained-parameterNathan Ridge2023-02-061-0/+11
* [AST] Preserve more structure in UsingEnumDecl node.Sam McCall2022-10-121-0/+6
* [clangd] FindTarget: UsingEnumDecl is not an aliasSam McCall2022-10-081-5/+8
* [clangd] Make go-to-type work on member function callsSam McCall2022-09-261-0/+4
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-271-1/+4
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-141-4/+1
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-151-1/+4
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-131-4/+1
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-131-1/+4
* [clangd] Support UnresolvedUsingTypeLoc AST node in FindTarget.Haojian Wu2022-05-201-5/+7
* [clangd] Handle the new Using TemplateName.Haojian Wu2022-04-201-1/+10
* [clangd] Clean up unused includes. NFCISam McCall2022-02-261-1/+0
* [clangd] Use `ObjCProtocolLoc` for generalized ObjC protocol supportDavid Goldman2022-02-181-43/+13
* [clangd] Sort targets before printing for testsKadir Cetinkaya2022-01-191-6/+8
* Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall2021-12-201-0/+11
* Revert "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall2021-12-201-11/+0
* [AST] Add UsingType: a sugar type for types found via UsingDeclSam McCall2021-12-201-0/+11
* [clang] retain type sugar in auto / template argument deductionMatheus Izvekov2021-11-151-1/+1
* Revert "[clang] retain type sugar in auto / template argument deduction"Matheus Izvekov2021-11-151-1/+1
* [clang] retain type sugar in auto / template argument deductionMatheus Izvekov2021-11-131-1/+1
* Revert "[clang] retain type sugar in auto / template argument deduction"Adrian Kuegel2021-11-121-1/+1
* [clang] retain type sugar in auto / template argument deductionMatheus Izvekov2021-11-121-1/+1
* [clangd] TargetFinder: Fix assert-crash on TemplateExpansion args.Adam Czachorowski2021-10-131-1/+2
* [clangd] Ignore ObjC `id` and `instancetype` in FindTargetDavid Goldman2021-09-141-0/+14
* [clang] p1099 using enum part 2Nathan Sidwell2021-06-081-0/+3
* [clang][NFC] Break out BaseUsingDecl from UsingDeclNathan Sidwell2021-06-071-2/+2
* [clang] RecursiveASTVisitor visits ObjCPropertyRefExpr's class receiverDavid Goldman2021-06-011-10/+0
* [clangd][ObjC] Highlight Objc Ivar refsDavid Goldman2021-05-061-0/+7
* [clangd][ObjC] Improve support for class propertiesDavid Goldman2021-04-281-0/+10
* [clangd] Improve handling of Objective-C protocols in typesDavid Goldman2021-04-271-46/+61
* [clangd] ObjC fixes for semantic highlighting and xref highlightsSam McCall2021-03-031-0/+74
* [clangd] findExplicitReferences impl filters nulls centrally. NFCSam McCall2021-03-021-19/+18
* [clangd] Factor out the heuristic resolver code into its own classNathan Ridge2021-02-161-267/+96
* [clangd] FindTarget resolves base specifierNathan James2021-01-261-1/+2
* Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg2021-01-201-1/+0
* [c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith2021-01-181-0/+1
* [clangd] Avoid recursion in TargetFinder::add()Nathan Ridge2021-01-121-0/+10
* [NFC] Switch up some dyn_cast callsNathan James2021-01-021-1/+1
* Revert "[clangd] zap a few warnings"Arthur Eubanks2020-12-221-1/+0
* [clangd] zap a few warningsSam McCall2020-12-181-0/+1
* Remove references to the ast_type_traits namespaceAlexander Kornienko2020-12-111-10/+6
* [clangd] NFC: Use SmallVector<T> where possibleKirill Bobyrev2020-12-101-6/+6
* [clang] Use SourceLocation as key in hash maps, NFCIMikhail Maltsev2020-10-201-4/+4
* [clangd] Heuristic resolution for dependent type and template namesNathan Ridge2020-10-121-11/+55
* [clangd] Don't set the Underlying bit on targets of UsingDecls.Haojian Wu2020-10-071-3/+3
* [clangd] Target member of dependent base made visible via a using-declNathan Ridge2020-08-181-13/+25
* [clangd][ObjC] Improve xrefs for protocols and classesDavid Goldman2020-08-111-0/+14