summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/CodeCompleteTests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [clangd] Ignore sema code complete callback with recovery context.Eric Liu2018-07-111-3/+19
* [clangd] Make SymbolOrigin an enum class, rather than a plain enum.Sam McCall2018-07-061-2/+1
* [clangd] Track origins of symbols (various indexes, Sema).Sam McCall2018-07-051-3/+14
* [clangd] Remove CompletionItem::SymbolScope extension.Sam McCall2018-07-031-1/+0
* [clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.Sam McCall2018-07-021-159/+177
* [clangd] Do not show namespace comments.Ilya Biryukov2018-06-271-0/+5
* [clangd] More precise representation of symbol names/labels in the index.Sam McCall2018-06-221-3/+0
* [clangd] Expose qualified symbol names in CompletionItem (C++ structure only,...Eric Liu2018-06-221-0/+12
* Fix clangd test to pass when delayed template parsing is on by defaultReid Kleckner2018-06-181-0/+3
* [clangd] UI for completion items that would trigger include insertion.Eric Liu2018-06-151-8/+27
* [clangd] Add option to fold overloads into a single completion item.Sam McCall2018-06-151-0/+52
* [clangd] Do not report comments that only have special chars.Ilya Biryukov2018-06-151-0/+59
* [clangd] FuzzyMatch: forbid tail-tail matches after a miss: [pat] !~ "panther"Sam McCall2018-06-141-20/+15
* [clangd] Require case-insensitive prefix match for macro completions.Sam McCall2018-06-081-1/+3
* [clangd] Code completion: drop explicit injected names/operators, ignore Sema...Sam McCall2018-06-071-6/+23
* [clangd] Add "member" symbols to the indexMarc-Andre Laperle2018-06-051-0/+16
* [clangd] Avoid inserting new #include when declaration is present in the main...Eric Liu2018-05-301-3/+33
* [clangd] Remove the outdated comment. NFCIlya Biryukov2018-05-281-1/+0
* [clangd] Fix leak sanitizers warnings in clangdIlya Biryukov2018-05-281-0/+20
* [clangd] Workaround the comments crash, reenable the test.Ilya Biryukov2018-05-281-1/+1
* [clangd] Temporarily disable the test that crashes under asan.Ilya Biryukov2018-05-251-1/+2
* [clangd] Serve comments for headers decls from dynamic index onlyIlya Biryukov2018-05-241-0/+41
* [clangd] Fix code completion in MACROs with stringification.Eric Liu2018-05-241-0/+36
* [clangd] Parse all comments in Sema and completion.Ilya Biryukov2018-05-161-0/+24
* [clangd] Retrieve minimally formatted comment text in completion.Ilya Biryukov2018-05-161-5/+3
* [clangd] Populate #include insertions as additional edits in completion items.Eric Liu2018-05-151-7/+61
* [clangd] Don't query index when completing inside classesIlya Biryukov2018-05-141-0/+61
* [clangd] Incorporate #occurrences in scoring code complete results.Sam McCall2018-05-031-0/+15
* [clangd] Use operator<< to prevent printers issues in GtestMarc-Andre Laperle2018-04-101-27/+0
* [clangd] Handle multiple callbacks from Sema's completionIlya Biryukov2018-03-161-0/+37
* [clangd] Add an interface that finds symbol by SymbolID in SymbolIndex.Eric Liu2018-03-141-0/+3
* [clangd] Remove Tagged and some related APIs from ClangdServer.Sam McCall2018-03-121-9/+9
* [clangd] Revamp handling of diagnostics.Ilya Biryukov2018-03-121-9/+8
* [clangd] Don't end completion item labels with '::'Ilya Biryukov2018-03-061-0/+12
* [clangd] Extract ClangdServer::Options struct.Sam McCall2018-03-051-19/+11
* [clangd] Remove codecomplete override content API. Long live addDocument!Sam McCall2018-02-271-18/+0
OpenPOWER on IntegriCloud