summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/FindTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix a crash for accessing a null template decl returned by findExpli...Haojian Wu2020-06-101-4/+6
* [clangd] Add the missing elaborated types in FindTarget.Haojian Wu2020-06-101-0/+4
* [clangd] Handle the missing injectedClassNameType in targetDecl.Haojian Wu2020-06-101-0/+5
* [clangd] Fix null check in FindTarget.Sam McCall2020-06-101-1/+1
* [clangd] Make output order of allTargetDecls deterministicKadir Cetinkaya2020-02-191-32/+49
* [clangd] Fix targetDecl() on certain usage of ObjC properties.Sam McCall2020-01-101-0/+6
* [clangd] Handle DeducedTemplateSpecializationType in TargetFinderNathan Ridge2020-01-091-0/+11
* [clangd] Heuristically resolve dependent call through smart pointer typeNathan Ridge2020-01-071-15/+57
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* [clangd] targetDecl() returns only NamedDecls.Sam McCall2020-01-031-15/+16
* [clangd] Reorder FindTarget.h - group targetDecl() stuff and findExplicitRefe...Sam McCall2020-01-021-2/+2
* [clangd] Improve documentation for auto and implicit specsKadir Cetinkaya2019-12-191-10/+2
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-6/+6
* [clangd] Heuristically resolve dependent method callsNathan Ridge2019-12-121-2/+62
* [clangd] Find reference to template parameter in 'sizeof...' expressionNathan Ridge2019-12-051-0/+10
* [clangd] Handle the missing call expr in targetDecl.Haojian Wu2019-11-271-0/+3
* [clangd] Implement semantic highlightings via findExplicitReferencesIlya Biryukov2019-11-051-0/+4
* [clangd] Fix namespace aliases in findExplicitReferencesIlya Biryukov2019-10-311-4/+8
* [clangd] Do not report anonymous entities in findExplicitReferencesIlya Biryukov2019-10-281-2/+9
* [clangd] Handle the missing constructor initializers in findExplicitReferences.Haojian Wu2019-10-241-7/+13
* [clangd] Report declaration references in findExplicitReferences.Haojian Wu2019-10-181-47/+80
* [clangd] Handle template arguments in findExplicitReferencesIlya Biryukov2019-10-011-2/+35
* [clangd] Handle OverloadExpr in targetDeclIlya Biryukov2019-10-011-0/+4
* [clangd] Fix template type aliases in findExplicitReferenceIlya Biryukov2019-09-271-8/+17
* [clangd] Handle type template parameters in findExplicitReferencesIlya Biryukov2019-09-271-0/+5
* [clangd] Support OverloadExpr in findExplicitReferencesIlya Biryukov2019-09-271-0/+7
* [clangd] Change constness of parameters to findExplicitRefsKadir Cetinkaya2019-09-251-4/+4
* [clangd] A helper to find explicit references and their namesIlya Biryukov2019-09-251-1/+295
* [clangd] Remove redundant semi-colon.Michael Liao2019-09-031-1/+1
* [clangd] Wrong attribute on debug function in r370746Sam McCall2019-09-031-1/+1
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-09-031-0/+1
* [clangd] Add targetDecl(), which determines what declaration an AST node refe...Sam McCall2019-09-031-0/+381
OpenPOWER on IntegriCloud