summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/FindTargetTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix a crash for accessing a null template decl returned by findExpli...Haojian Wu2020-06-101-5/+31
* [clangd] Add the missing elaborated types in FindTarget.Haojian Wu2020-06-101-0/+7
* [clangd] Handle the missing injectedClassNameType in targetDecl.Haojian Wu2020-06-101-0/+8
* [clangd] Assert that the testcases in FindExplicitReferencesTest.All have no ...Nathan Ridge2020-01-121-3/+7
* [clangd] Fix targetDecl() on certain usage of ObjC properties.Sam McCall2020-01-101-6/+6
* [clangd] Handle DeducedTemplateSpecializationType in TargetFinderNathan Ridge2020-01-091-1/+29
* [clangd] targetDecl() returns only NamedDecls.Sam McCall2020-01-031-1/+1
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-2/+2
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-2/+2
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-2/+2
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-2/+2
* Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...Nico Weber2019-12-141-2/+2
* [clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.Sam McCall2019-12-131-2/+2
* [clangd] Find reference to template parameter in 'sizeof...' expressionNathan Ridge2019-12-051-146/+163
* [clangd] Handle the missing call expr in targetDecl.Haojian Wu2019-11-271-0/+17
* [AST] Use written names instead of `type-param-0-0` in more cases when printi...Sam McCall2019-11-151-2/+1
* [clangd] Fix namespace aliases in findExplicitReferencesIlya Biryukov2019-10-311-0/+22
* [clangd] Do not report anonymous entities in findExplicitReferencesIlya Biryukov2019-10-281-7/+15
* [clangd] Handle the missing constructor initializers in findExplicitReferences.Haojian Wu2019-10-241-0/+39
* [clangd] Report declaration references in findExplicitReferences.Haojian Wu2019-10-181-39/+75
* Make most clangd unittests pass on WindowsNico Weber2019-10-131-0/+16
* [clangd] Handle template arguments in findExplicitReferencesIlya Biryukov2019-10-011-0/+33
* [clangd] Handle OverloadExpr in targetDeclIlya Biryukov2019-10-011-0/+26
* [clangd] Fix template type aliases in findExplicitReferenceIlya Biryukov2019-09-271-13/+11
* [clangd] Handle type template parameters in findExplicitReferencesIlya Biryukov2019-09-271-0/+20
* [clangd] Support OverloadExpr in findExplicitReferencesIlya Biryukov2019-09-271-1/+36
* [clangd] A helper to find explicit references and their namesIlya Biryukov2019-09-251-0/+220
* [clangd] Add targetDecl(), which determines what declaration an AST node refe...Sam McCall2019-09-031-0/+469
OpenPOWER on IntegriCloud