summaryrefslogtreecommitdiffstats
path: root/clangd/Quality.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Boost code completion results that were named in the last few lines.Sam McCall2019-05-061-1/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Penalize destructor and overloaded operators in code completion.Eric Liu2018-11-301-0/+2
* [clangd] Add type boosting in code completionIlya Biryukov2018-11-261-0/+8
* [clangd] Downrank members from base classEric Liu2018-10-241-0/+1
* [clangd] Names that are not spelled in source code are reserved.Eric Liu2018-10-181-0/+1
* [clangd] Support scope proximity in code completion.Eric Liu2018-10-171-3/+10
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-4/+10
* [clangd] Introduce scoring mechanism for SignatureInformations.Kadir Cetinkaya2018-08-131-0/+10
* Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...Kadir Cetinkaya2018-08-081-0/+2
* [clangd] Tune down quality score for class constructors so that it's ranked a...Eric Liu2018-07-241-0/+1
* [clangd] Penalize non-instance members when accessed via class instances.Eric Liu2018-07-231-0/+6
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-031-22/+2
* [clangd] Boost completion score according to file proximity.Eric Liu2018-06-151-1/+30
* [clangd] Boost keyword completions.Sam McCall2018-06-141-1/+2
* [clangd] Downrank symbols with reserved names (score *= 0.1)Sam McCall2018-06-081-0/+2
* [clangd] Code completion: drop explicit injected names/operators, ignore Sema...Sam McCall2018-06-071-3/+0
* [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...Sam McCall2018-06-061-1/+1
* Adjust symbol score based on crude symbol type.Sam McCall2018-06-061-0/+9
* [clangd] Boost code completion results that are narrowly scoped (local, members)Sam McCall2018-06-051-0/+14
* [clangd] Test tweaks (consistency, shorter, doc). NFCSam McCall2018-06-051-3/+2
* [clangd] Boost scores for decls from current file in completionIlya Biryukov2018-06-041-0/+3
* [clangd] clang-format the source code. NFCIlya Biryukov2018-05-301-2/+2
* [clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall2018-05-151-0/+126