summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/QualityTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-483/+0
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* [clangd] Fix heap-use-after-free after r352868Eric Liu2019-02-021-5/+8
* [clangd] Penalize file-scope symbols in the ranking for non-completion queriesSam McCall2019-02-011-1/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-2/+1
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-1/+1
* [clangd] Cleanup syntax errors in the test, NFC.Haojian Wu2018-12-211-1/+1
* [clangd] Penalize destructor and overloaded operators in code completion.Eric Liu2018-11-301-8/+43
* [clangd] Make TestTU build with preamble, and fix the fallout.Sam McCall2018-11-091-25/+13
* [clangd] Downrank members from base classEric Liu2018-10-241-0/+11
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-3/+4
* [clangd] Names that are not spelled in source code are reserved.Eric Liu2018-10-181-0/+21
* [clangd] Support scope proximity in code completion.Eric Liu2018-10-171-8/+51
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-1/+1
* Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...Kadir Cetinkaya2018-08-081-0/+22
* [clangd] Tune down quality score for class constructors so that it's ranked a...Eric Liu2018-07-241-1/+30
* [clangd] Penalize non-instance members when accessed via class instances.Eric Liu2018-07-231-0/+50
* [clangd] Uprank delcarations when "using q::name" is present in the main fileKirill Bobyrev2018-07-111-10/+50
* [clangd] Treat class constructor as in the same scope as the class in ranking.Eric Liu2018-07-051-0/+28
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-031-56/+17
* [clangd] Use log10 instead of the natural logrithm for usage boost.Eric Liu2018-06-281-1/+1
* [clangd] Sema ranking tweaks: downrank keywords and injected names.Sam McCall2018-06-271-0/+5
* Fix double-float constant truncation warnings. NFCI.Simon Pilgrim2018-06-211-4/+4
* [clangd] Boost completion score according to file proximity.Eric Liu2018-06-151-4/+64
* [clangd] Boost keyword completions.Sam McCall2018-06-141-1/+7
* [clangd] Downrank symbols with reserved names (score *= 0.1)Sam McCall2018-06-081-5/+12
* [clangd] Code completion: drop explicit injected names/operators, ignore Sema...Sam McCall2018-06-071-9/+0
* 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/+19
* [clangd] Test tweaks (consistency, shorter, doc). NFCSam McCall2018-06-051-32/+22
* Silence a "truncation from double to float" diagnostic in MSVC; NFC.Aaron Ballman2018-06-051-1/+1
* [clangd] Boost scores for decls from current file in completionIlya Biryukov2018-06-041-10/+43
* Silence more truncation warnings; NFC.Aaron Ballman2018-05-181-5/+5
* [clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall2018-05-151-0/+123
OpenPOWER on IntegriCloud