summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/SymbolInfoTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-339/+0
* [clangd] Index UsingDeclsKadir Cetinkaya2019-02-261-1/+2
* [clangd] Only report explicitly typed symbols during code navigationKadir Cetinkaya2019-02-211-6/+2
* [clangd] Enable indexing of template type parametersKadir Cetinkaya2019-02-211-2/+2
* [clangd] Index parameters in function declsKadir Cetinkaya2019-02-111-0/+6
* [clangd] Make USRs for macros to be position independentKadir Cetinkaya2019-01-291-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-1/+0
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-128/+103
* [clangd] textDocument/SymbolInfo extensionJan Korous2018-11-271-0/+357
OpenPOWER on IntegriCloud