summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Quality.h
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud