summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/CodeComplete.h
AgeCommit message (Expand)Author
2018-10-02[clangd] Cache FS stat() calls when building preamble.linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-stablelinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-nextlinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-ltslinaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-release-nextlinaro-local/ci/llvm-kernel-armv8l-baselinelinaro-local/ci/llvm-kernel-aarch64-baselineEric Liu
2018-09-27[clangd] Initial supoprt for cross-namespace global code completion.Eric Liu
2018-09-06[clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu
2018-09-03[clangd] Some nitpicking around the new split (preamble/main) dynamic indexSam McCall
2018-09-03[clangd] Support multiple #include headers in one symbol.Eric Liu
2018-08-24[clangd] Speculative code completion index request before Sema is run.Eric Liu
2018-08-17[clangd] Add parantheses while auto-completing functions.Kadir Cetinkaya
2018-08-17[clangd] Fetch documentation from the Index during signature helpIlya Biryukov
2018-08-14NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev
2018-08-13[clangd] Support textEdit in addition to insertText.Kadir Cetinkaya
2018-08-08Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...Kadir Cetinkaya
2018-07-23[clangd] Penalize non-instance members when accessed via class instances.Eric Liu
2018-07-05[clangd] Track origins of symbols (various indexes, Sema).Sam McCall
2018-07-03[clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall
2018-07-02[clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.Sam McCall
2018-06-29[clangd] codeComplete returns more structured completion items, LSP. NFC.Sam McCall
2018-06-15[clangd] UI for completion items that would trigger include insertion.Eric Liu
2018-06-15[clangd] Add option to fold overloads into a single completion item.Sam McCall
2018-06-05[clangd] Add "member" symbols to the indexMarc-Andre Laperle
2018-05-16[clangd] Retrieve minimally formatted comment text in completion.Ilya Biryukov
2018-05-15[clangd] Populate #include insertions as additional edits in completion items.Eric Liu
2018-01-31[clangd] Pass Context implicitly using TLS.Sam McCall
2018-01-18[clangd] Remove unused IncludeGlobals completion option, always pass true to ...Sam McCall
2018-01-15[clangd] Merge results from static/dynamic index.Sam McCall
2018-01-10[clangd] Add static index for the global code completion.Haojian Wu
2017-12-19[clangd] Index-based code completion.Eric Liu
2017-12-13[clangd] Implemented logging using ContextIlya Biryukov
2017-12-04[clangd] Split CodeComplete into a separate file. NFCSam McCall