summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/CodeCompleteTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-2523/+0
* [clangd] Query index in code completion no-compile mode.Sam McCall2019-04-261-0/+66
* [clangd] Fix handling of include paths in windows testsKadir Cetinkaya2019-04-241-5/+8
* [clangd] Include insertion: require header guards, drop other heuristics, tre...Sam McCall2019-04-171-0/+1
* [clangd] Wait for compile command in ASTWorker instead of ClangdServerEric Liu2019-04-151-1/+1
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-111-0/+47
* [clangd] Don't insert extra namespace qualifiers when Sema gets lost.Sam McCall2019-04-101-6/+6
* [clangd] Add -header-insertion=never flag to disable include insertion in cod...Sam McCall2019-04-101-0/+10
* [clangd] Refactor speculateCompletionFilter and also extract scope.Sam McCall2019-04-101-23/+48
* [clangd] Improve global code completion when scope specifier is unresolved.Eric Liu2019-02-271-2/+33
* [clangd] Index UsingDeclsKadir Cetinkaya2019-02-261-0/+21
* [clangd] Enable include insertion for static indexKadir Cetinkaya2019-02-041-0/+30
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-47/+1
* [CodeComplete] [clangd] Fix crash on ValueDecl with a null typeIlya Biryukov2019-01-241-0/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Add a test for SignatureHelp on dynamic index.Haojian Wu2019-01-091-0/+31
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-24/+28
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-31/+25
* [clangd] Cleanup syntax errors in the test, NFC.Haojian Wu2018-12-211-4/+4
* [clangd] Drop injected class name when class scope is not explicitly specified.Eric Liu2018-11-301-0/+5
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-5/+5
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-6/+6
* [clangd] Improve code completion for ObjC methodsSam McCall2018-11-141-4/+86
* [clangd] Deduplicate query scopes.Eric Liu2018-11-061-0/+17
* [clangd] Do not query index for new name completions.Kadir Cetinkaya2018-10-241-0/+9
* [clangd] Don't show base class versions of members as completions.Sam McCall2018-10-241-3/+6
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-10/+9
* [clangd] Support scope proximity in code completion.Eric Liu2018-10-171-0/+22
* [clangd] Add a #include completion test that triggers an assertion.Haojian Wu2018-10-021-0/+9
* [clangd] Initial supoprt for cross-namespace global code completion.Eric Liu2018-09-271-0/+51
* Tell whether file/folder for include completions.Kadir Cetinkaya2018-09-271-0/+21
* [clangd] Handle template args for disabled function arg snippetsIlya Biryukov2018-09-261-9/+42
* [clangd] Store preamble macros in dynamic index.Eric Liu2018-09-191-5/+23
* [NFC][clangd] silence pedantic extra ';' warningJonas Toth2018-09-141-1/+1
* [clangd] Work around compiler macro expansion bugs(?) in completion testsSam McCall2018-09-141-3/+3
* [clangd] Don't override the preamble while completing inside it, it doesn't w...Sam McCall2018-09-141-0/+16
* [clangd] Add unittests for D51917Kadir Cetinkaya2018-09-111-0/+39
* [clangd] Add unittests for D51038Kadir Cetinkaya2018-09-101-0/+50
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-4/+24
* [clangd] Fix data race in async fuzzyFind tests.Ilya Biryukov2018-09-061-0/+4
* [clangd] Set SymbolID for sema macros so that they can be merged with index m...Eric Liu2018-09-061-0/+11
* [clangd] SymbolOccurrences -> Refs and cleanupSam McCall2018-09-041-5/+3
* [clangd] Avoid crashes in override completionsIlya Biryukov2018-09-031-0/+15
* [clangd] Support multiple #include headers in one symbol.Eric Liu2018-09-031-8/+51
* [clangd] Implement findOccurrences interface in dynamic index.Haojian Wu2018-08-311-1/+2
* [clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.Sam McCall2018-08-311-15/+6
* [clangd] Report position of opening paren in singature helpIlya Biryukov2018-08-301-4/+56
* [clangd] Speculative code completion index request before Sema is run.Eric Liu2018-08-241-2/+75
* [clangd] Log memory usage of DexIndex and MemIndexKirill Bobyrev2018-08-241-0/+4
* [clangd] Suggest code-completions for overriding base class virtual methods.Kadir Cetinkaya2018-08-231-0/+25
OpenPOWER on IntegriCloud