summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-66/+72
* [clangd] Move helpers from global namespace into anonymous namespace, NFC.Haojian Wu2019-01-031-22/+22
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-35/+34
* [clangd] Get rid of AST matchers in CodeComplete, NFCHaojian Wu2018-12-031-9/+18
* [clangd] Drop injected class name when class scope is not explicitly specified.Eric Liu2018-11-301-3/+14
* [clangd] Add type boosting in code completionIlya Biryukov2018-11-261-2/+26
* [clangd] Deduplicate query scopes.Eric Liu2018-11-061-8/+6
* [clangd] Really fix clang -Wimplicit-fallthroughFangrui Song2018-11-021-1/+4
* [clangd] Fix clang -Wimplicit-fallthroughFangrui Song2018-11-021-1/+1
* [clangd] Do not query index for new name completions.Kadir Cetinkaya2018-10-241-4/+6
* [clangd] Don't show base class versions of members as completions.Sam McCall2018-10-241-3/+3
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-55/+53
* Fix warning about unused variable [NFC]Mikael Holmen2018-10-181-1/+1
* [clangd] Support scope proximity in code completion.Eric Liu2018-10-171-14/+24
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-4/+4
* [clangd] NFC: Migrate to LLVM STLExtras API where possibleKirill Bobyrev2018-10-071-14/+12
* [clangd] Remove unused headers from CodeComplete.cppFangrui Song2018-10-061-3/+0
* [clangd] Cache FS stat() calls when building preamble.Eric Liu2018-10-021-10/+17
* [clangd] Remove override result handling logic from clangdKadir Cetinkaya2018-10-021-90/+9
* [clangd] Initial supoprt for cross-namespace global code completion.Eric Liu2018-09-271-14/+37
* Tell whether file/folder for include completions.Kadir Cetinkaya2018-09-271-0/+5
* [clangd] Handle template args for disabled function arg snippetsIlya Biryukov2018-09-261-6/+36
* [clangd] Update code completion for #include completions in r342449Sam McCall2018-09-181-4/+10
* [clangd] Don't override the preamble while completing inside it, it doesn't w...Sam McCall2018-09-141-2/+11
* [clangd] Cleanup FuzzyFindRequest filtering limit semanticsKirill Bobyrev2018-09-131-1/+1
* [clangd] Implement FuzzyFindRequest JSON (de)serializationKirill Bobyrev2018-09-101-2/+1
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-0/+5
* [clangd] Set SymbolID for sema macros so that they can be merged with index m...Eric Liu2018-09-061-3/+5
* [clangd] Fix typo. NFCFangrui Song2018-09-051-1/+1
* Remove lambda default parameter to silence -Wpedantic warning. NFCI.Simon Pilgrim2018-09-041-3/+3
* [clangd] Some nitpicking around the new split (preamble/main) dynamic indexSam McCall2018-09-031-2/+2
* [clangd] Avoid crashes in override completionsIlya Biryukov2018-09-031-3/+3
* [clangd] Support multiple #include headers in one symbol.Eric Liu2018-09-031-32/+71
* [clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.Sam McCall2018-08-311-11/+8
* [clangd] Report position of opening paren in singature helpIlya Biryukov2018-08-301-1/+11
* [clangd] Speculative code completion index request before Sema is run.Eric Liu2018-08-241-11/+96
* [clangd] Suggest code-completions for overriding base class virtual methods.Kadir Cetinkaya2018-08-231-9/+100
* [clangd] Move function argument snippet disable mechanism from LSP rendering ...Kadir Cetinkaya2018-08-231-15/+16
* [clangd] Add parantheses while auto-completing functions.Kadir Cetinkaya2018-08-171-2/+11
* [clangd] Fetch documentation from the Index during signature helpIlya Biryukov2018-08-171-58/+99
* [clangd] Show function documentation in signature helpIlya Biryukov2018-08-171-2/+3
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-3/+3
* [clangd] Show non-instantiated decls in signatureHelpIlya Biryukov2018-08-141-1/+9
* [clangd] Introduce scoring mechanism for SignatureInformations.Kadir Cetinkaya2018-08-131-11/+56
* [clangd] Support textEdit in addition to insertText.Kadir Cetinkaya2018-08-131-7/+44
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...Kadir Cetinkaya2018-08-081-3/+14
* [clangd] Share getSymbolID implementation.Haojian Wu2018-08-071-4/+1
* [clangd] Fix (most) naming warnings from clang-tidy. NFCIlya Biryukov2018-07-261-2/+2
* [clangd] Penalize non-instance members when accessed via class instances.Eric Liu2018-07-231-0/+3
OpenPOWER on IntegriCloud