summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/HeadersTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-279/+0
* [clangd] Fix handling of include paths in windows testsKadir Cetinkaya2019-04-241-3/+4
* [clang][HeaderSuggestion] Handle the case of dotdot with an absolute pathKadir Cetinkaya2019-04-241-0/+5
* [clangd] Check file path of declaring header when deciding whether to insert ...Eric Liu2019-04-161-8/+6
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-111-2/+20
* [clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall2019-04-041-2/+2
* 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-6/+5
* [clangd] Use buildCompilerInvocation to simplify the HeadersTests, NFC.Haojian Wu2018-12-141-10/+4
* [clangd] Replay preamble #includes to clang-tidy checks.Sam McCall2018-11-201-9/+28
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-5/+6
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-031-9/+29
* [clangd] UI for completion items that would trigger include insertion.Eric Liu2018-06-151-46/+19
* [clangd] Populate #include insertions as additional edits in completion items.Eric Liu2018-05-151-44/+166
* [clangd] Remove Tagged and some related APIs from ClangdServer.Sam McCall2018-03-121-1/+1
* [clangd] don't insert new includes if either original header or canonical hea...Eric Liu2018-02-261-5/+41
* [clangd] Fixes for #include insertion.Eric Liu2018-02-191-17/+13
* [clangd] collect symbol #include & insert #include in global code completion.Eric Liu2018-02-161-0/+98
OpenPOWER on IntegriCloud