summaryrefslogtreecommitdiffstats
path: root/clangd/CodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu2017-12-201-210/+14
* [clangd] Supress a log warning by putting it behind a condition.Eric Liu2017-12-191-2/+3
* [clangd] Fix warnings/compiler pickiness after r321083Sam McCall2017-12-191-1/+1
* [clangd] Index-based code completion.Eric Liu2017-12-191-20/+177
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-131-18/+20
* [clangd] Split code-completion tests out of ClangdTests. NFC.Sam McCall2017-12-051-7/+4
* [clangd] Split CodeComplete into a separate file. NFCSam McCall2017-12-041-0/+706