summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Don't assert when completing a lambda variable inside the lambda.Sam McCall2020-06-101-0/+11
* [clangd] Expose Code Completion score to the clientKirill Bobyrev2020-02-131-0/+2
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-2/+2
* [NFC] ASSERT_EQ before accessing items in containersKirill Bobyrev2019-11-261-1/+4
* [clangd] Show lambda signature for lambda autocompletionsKirill Bobyrev2019-11-221-0/+20
* [clangd] Reland b5135a86e0476: Fix a crash in expected typesIlya Biryukov2019-11-211-0/+12
* Revert "[clangd] Fix a crash in expected types"Nico Weber2019-11-201-10/+0
* [clangd] Fix a crash in expected typesIlya Biryukov2019-11-201-0/+10
* [clangd] Add bool return type to Index::refs API.Haojian Wu2019-11-131-2/+4
* [clangd] Add unit tests for comments in system headersIlya Biryukov2019-11-071-0/+27
* [clangd] Do not insert parentheses when completing a using declarationIlya Biryukov2019-10-281-0/+42
* [clangd] Fix case of variables and functions in code complete tests. NFCIlya Biryukov2019-10-241-16/+16
* [clangd] Bump timeouts in speculative completion testsKadir Cetinkaya2019-10-081-1/+1
* [clangd] Fix raciness in code completion testsKadir Cetinkaya2019-10-071-11/+19
* [CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov2019-10-041-0/+19
* Code completion should not ignore default parameters in functions.Sam McCall2019-08-071-0/+19
* [clangd] Add missing braces to completion tests. NFCIlya Biryukov2019-08-011-0/+4
* [clang][HeaderSearch] Shorten paths for includes in mainfile's directoryKadir Cetinkaya2019-07-031-5/+1
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-151-20/+24
* [clangd] Support offsets for parameters in signatureHelpIlya Biryukov2019-06-041-55/+62
* [CodeComplete] Add a bit more whitespace to completed patternsIlya Biryukov2019-06-031-1/+1
* [Index] Compute correct symbol kind for variable templatesIlya Biryukov2019-05-291-0/+25
* [Index] Correctly set symbol kind of IndirectFieldDeclIlya Biryukov2019-05-291-0/+14
* [clangd] Fix test output for r361841Ilya Biryukov2019-05-281-1/+1
* [clangd] Place cursor better after completing patternsIlya Biryukov2019-05-281-0/+22
* [CodeComplete] Filter override completions by function nameIlya Biryukov2019-05-241-4/+10
* [clangd] Expose whether no-compile completion was used.Sam McCall2019-05-061-0/+3
* [clangd] Boost code completion results that were named in the last few lines.Sam McCall2019-05-061-2/+18
* Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...Sam McCall2019-05-021-6/+15
* Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...Simon Pilgrim2019-05-021-15/+6
* [clangd] Fix code completion of macros defined in the preamble region of the ...Sam McCall2019-05-021-6/+15
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-0/+2523
OpenPOWER on IntegriCloud