summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/TestTU.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-153/+0
* [clangd] Include insertion: require header guards, drop other heuristics, tre...Sam McCall2019-04-171-3/+11
* [clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall2019-04-041-4/+2
* [clangd] Enable include insertion for static indexKadir Cetinkaya2019-02-041-2/+4
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-2/+5
* [clangd] Support clang-tidy configuration in clangd.Haojian Wu2019-01-221-0/+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-7/+6
* [clangd] Fix memory leak in ClangdTests.Haojian Wu2018-12-141-1/+3
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-2/+1
* [clangd] Fix clang-tidy warnings.Kadir Cetinkaya2018-11-091-5/+5
* [clangd] Make TestTU build with preamble, and fix the fallout.Sam McCall2018-11-091-11/+19
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-7/+7
* [clangd] Optionally use dex for the preamble parts of the dynamic index.Sam McCall2018-10-161-1/+2
* [clangd] Add std::move for converting-return to satisfy older compilersSam McCall2018-10-041-1/+1
* [clangd] expose MergedIndex classSam McCall2018-10-041-3/+4
* [clangd] Get rid of Decls parameter in indexMainDecls. NFCEric Liu2018-09-181-1/+1
* [clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.Eric Liu2018-09-181-3/+3
* [clangd] Implement findReferences functionSam McCall2018-09-051-2/+4
* [clangd] SymbolOccurrences -> Refs and cleanupSam McCall2018-09-041-2/+2
* [clangd] Implement findOccurrences interface in dynamic index.Haojian Wu2018-08-311-2/+3
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-1/+2
* [clangd] Fix (most) naming warnings from clang-tidy. NFCIlya Biryukov2018-07-261-1/+1
* [clangd] Treat class constructor as in the same scope as the class in ranking.Eric Liu2018-07-051-7/+16
* [clangd] Implement hover for "auto" and "decltype"Marc-Andre Laperle2018-07-021-0/+1
* [clangd] Boost code completion results that are narrowly scoped (local, members)Sam McCall2018-06-051-1/+22
* [clangd] Remove accessors for top-level decls from preambleIlya Biryukov2018-05-281-17/+18
* [clangd] Build index on preamble changes instead of the AST changesIlya Biryukov2018-05-241-1/+1
* [clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall2018-05-151-0/+95
OpenPOWER on IntegriCloud