summaryrefslogtreecommitdiffstats
path: root/unittests/clangd/Annotations.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-53/+0
* [Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov2019-04-251-61/+28
* 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-11/+10
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-9/+8
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-2/+4
* [clangd] Add line and column number to the index symbol.Haojian Wu2018-04-131-10/+0
* Make positionToOffset return llvm::Expected<size_t>Simon Marchi2018-03-211-1/+5
* [clangd] Better handling symbols defined in macros.Haojian Wu2018-01-311-0/+6
* [clangd] Remove an unused lambda capture.Eric Liu2017-12-201-1/+1
* [clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFCSam McCall2017-12-201-0/+87