summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/CodeComplete.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add flag to control #import include insertionsDavid Goldman2023-01-091-0/+4
* [clang-tools-extra] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata2023-01-071-1/+0
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-071-6/+6
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-071-0/+1
* [clangd] Allow to build Clangd without decision forestIlya Biryukov2022-12-071-1/+3
* [clangd] Add scoped enum constants to all-scopes-completionTom Praschan2022-11-021-1/+1
* [clangd] Set Incompleteness for spec fuzzyfind requestsKadir Cetinkaya2022-09-081-1/+2
* [clang-tools-extra] Fixed a number of typosGabriel Ravier2022-08-011-2/+2
* [clangd][ObjC] Filter ObjC method completions on the remaining selectorDavid Goldman2022-05-201-0/+4
* [clangd] Clean up unused includes. NFCISam McCall2022-02-261-4/+0
* [clangd] Provide documentation as MarkupContent in signaturehelpKadir Cetinkaya2021-12-101-1/+2
* Revert "Revert "[clangd] Use ML Code completion ranking as default.""Utkarsh Saxena2021-03-021-1/+1
* Revert "[clangd] Use ML Code completion ranking as default."Utkarsh Saxena2021-03-021-1/+1
* [clangd] Use ML Code completion ranking as default.Utkarsh Saxena2021-03-021-1/+1
* [clangd] Derive new signals in CC from ASTSignals.Utkarsh Saxena2021-01-181-0/+2
* [clangd] Remove another option that was effectively always true. NFCSam McCall2021-01-141-10/+0
* [clangd] Remove some old CodeCompletion options that are never (un)set. NFCSam McCall2021-01-131-11/+0
* [clangd] Add support for multiple DecisionForest model experiments.Utkarsh Saxena2020-10-291-2/+9
* [clangd] Use Decision Forest to score code completions.Utkarsh Saxena2020-09-281-0/+16
* [clangd] Populate the parse options to CodeCompletion/SignatureHelp.Haojian Wu2020-06-051-10/+6
* [clangd] Complete filenames after < / ".Sam McCall2020-05-191-0/+4
* [clangd] Rename FormattedString -> Markup, move to support. NFCSam McCall2020-05-021-1/+1
* [clangd] Render code complete documentation as plaintext/markdown.Sam McCall2020-04-301-1/+6
* [clangd] Move non-clang base pieces into separate support/ lib. NFCISam McCall2020-04-291-2/+2
* [clangd] Run semaCodeComplete only with a preambleKadir Cetinkaya2020-04-011-1/+1
* [clangd] Add instrumentation mode in clangd for metrics collection.Utkarsh Saxena2020-03-051-0/+13
* [clangd] Expose completion range in code completion results (C++ API)Sam McCall2020-02-111-0/+5
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-021-1/+1
* [clangd] Split Preamble.h out of ClangdUnit.h. NFCSam McCall2019-09-041-1/+0
* [clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...Sam McCall2019-09-031-1/+1
* [clangd] Use -completion-style=bundled by default if signature help is availableSam McCall2019-07-081-1/+4
* [clangd] Turn no-parse-completion on by when preamble isn't ready. Add flag t...Sam McCall2019-05-211-5/+12
* [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