summaryrefslogtreecommitdiffstats
path: root/clangd/CodeComplete.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Expose whether no-compile completion was used.Sam McCall2019-05-061-0/+3
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-111-1/+5
* [clangd] Add -header-insertion=never flag to disable include insertion in cod...Sam McCall2019-04-101-0/+5
* [clangd] Refactor speculateCompletionFilter and also extract scope.Sam McCall2019-04-101-4/+15
* [clangd] Add fallback mode for code completion when compile command or preamb...Eric Liu2019-04-081-0/+6
* [clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall2019-04-041-3/+0
* Moved Symbol into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* Moved SymbolOrigin into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-2/+2
* [clangd] Cache FS stat() calls when building preamble.Eric Liu2018-10-021-4/+4
* [clangd] Initial supoprt for cross-namespace global code completion.Eric Liu2018-09-271-0/+7
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-0/+3
* [clangd] Some nitpicking around the new split (preamble/main) dynamic indexSam McCall2018-09-031-5/+7
* [clangd] Support multiple #include headers in one symbol.Eric Liu2018-09-031-6/+15
* [clangd] Speculative code completion index request before Sema is run.Eric Liu2018-08-241-1/+42
* [clangd] Add parantheses while auto-completing functions.Kadir Cetinkaya2018-08-171-0/+4
* [clangd] Fetch documentation from the Index during signature helpIlya Biryukov2018-08-171-6/+5
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-4/+5
* [clangd] Support textEdit in addition to insertText.Kadir Cetinkaya2018-08-131-0/+3
* Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...Kadir Cetinkaya2018-08-081-0/+8
* [clangd] Penalize non-instance members when accessed via class instances.Eric Liu2018-07-231-0/+2
* [clangd] Track origins of symbols (various indexes, Sema).Sam McCall2018-07-051-0/+4
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-031-6/+8
* [clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.Sam McCall2018-07-021-1/+3
* [clangd] codeComplete returns more structured completion items, LSP. NFC.Sam McCall2018-06-291-8/+72
* [clangd] UI for completion items that would trigger include insertion.Eric Liu2018-06-151-0/+7
* [clangd] Add option to fold overloads into a single completion item.Sam McCall2018-06-151-0/+3
* [clangd] Add "member" symbols to the indexMarc-Andre Laperle2018-06-051-0/+12
* [clangd] Retrieve minimally formatted comment text in completion.Ilya Biryukov2018-05-161-4/+2
* [clangd] Populate #include insertions as additional edits in completion items.Eric Liu2018-05-151-0/+2
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-3/+2
* [clangd] Remove unused IncludeGlobals completion option, always pass true to ...Sam McCall2018-01-181-3/+0
* [clangd] Merge results from static/dynamic index.Sam McCall2018-01-151-4/+0
* [clangd] Add static index for the global code completion.Haojian Wu2018-01-101-0/+4
* [clangd] Index-based code completion.Eric Liu2017-12-191-0/+8
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-131-7/+9
* [clangd] Split CodeComplete into a separate file. NFCSam McCall2017-12-041-0/+82