summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/CodeCompleteTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [clangd] Move function argument snippet disable mechanism from LSP rendering ...Kadir Cetinkaya2018-08-231-42/+22
* [clangd] Add parantheses while auto-completing functions.Kadir Cetinkaya2018-08-171-0/+52
* Fix clangd tests on older compilersSimon Pilgrim2018-08-171-10/+10
* [clangd] Fetch documentation from the Index during signature helpIlya Biryukov2018-08-171-2/+56
* Attempt to fix clangd tests on older compilersSimon Pilgrim2018-08-161-12/+16
* [clangd] Show non-instantiated decls in signatureHelpIlya Biryukov2018-08-141-0/+53
* [clangd] Introduce scoring mechanism for SignatureInformations.Kadir Cetinkaya2018-08-131-0/+22
* [clangd] Support textEdit in addition to insertText.Kadir Cetinkaya2018-08-131-0/+76
* [clangd] Fix a "-Wdangling-else" compiler warning in the test.Haojian Wu2018-08-101-1/+2
* Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...Kadir Cetinkaya2018-08-081-0/+96
* [clangd] Index Interfaces for XrefsHaojian Wu2018-08-061-0/+4
* [clangd] Use a sigmoid style function for #usages boost in symbol quality.Eric Liu2018-07-251-4/+5
* [clangd] Penalize non-instance members when accessed via class instances.Eric Liu2018-07-231-0/+16
* [clangd] Also get scope for RK_pattern completion results.Eric Liu2018-07-181-0/+12
OpenPOWER on IntegriCloud