summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Show template arguments in type hierarchy when possibleNathan Ridge2020-01-121-9/+93
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Refactor getDeclAtPosition() to use SelectionTree + targetDecl()Nathan Ridge2019-10-311-0/+2
* [clangd] Use our own relation kind.Haojian Wu2019-10-171-1/+1
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Type hierarchy: don't resolve parents if the client only asked for c...Nathan Ridge2019-07-171-1/+2
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-131-1/+45
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-121-45/+1
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-121-1/+45
* [clangd][NFC] Decrease template depth limit in RecursiveHierarchyUnbounded testJan Korous2019-07-111-0/+1
* [clangd] Type hierarchy subtypesNathan Ridge2019-06-161-1/+153
* [clangd] Qualify uses of ::testing everywhere. NFCIlya Biryukov2019-05-061-9/+9
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-0/+455
OpenPOWER on IntegriCloud