summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Remove unused signature help quality signal. NFCIlya Biryukov2019-06-061-6/+3
* [clangd] Support offsets for parameters in signatureHelpIlya Biryukov2019-06-041-61/+54
* [clangd] Map typedefs to the same LSP completion kind as VSCodeIlya Biryukov2019-05-291-2/+5
* [clangd] Place cursor better after completing patternsIlya Biryukov2019-05-281-1/+2
* [clangd] Turn no-parse-completion on by when preamble isn't ready. Add flag t...Sam McCall2019-05-211-3/+4
* [clangd] Expose whether no-compile completion was used.Sam McCall2019-05-061-0/+1
* [clangd] Boost code completion results that were named in the last few lines.Sam McCall2019-05-061-0/+25
* Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...Sam McCall2019-05-021-3/+31
* Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...Simon Pilgrim2019-05-021-30/+3
* [clangd] Fix code completion of macros defined in the preamble region of the ...Sam McCall2019-05-021-3/+30
* Fix Wpedantic "default argument specified for lambda parameter" warning. NFCI.Simon Pilgrim2019-04-301-3/+3
* [clangd] Query index in code completion no-compile mode.Sam McCall2019-04-261-13/+35
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-4/+2
* [clangd] Check file path of declaring header when deciding whether to insert ...Eric Liu2019-04-161-3/+6
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-111-45/+137
* clangd: repair the build after SVN r358091Saleem Abdulrasool2019-04-101-1/+1
* [clangd] Don't insert extra namespace qualifiers when Sema gets lost.Sam McCall2019-04-101-65/+72
* [clangd] Add -header-insertion=never flag to disable include insertion in cod...Sam McCall2019-04-101-7/+11
* [clangd] Refactor speculateCompletionFilter and also extract scope.Sam McCall2019-04-101-29/+25
* [clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall2019-04-041-9/+3
* [clangd] Store explicit template specializations in index for code navigation...Kadir Cetinkaya2019-03-141-0/+14
* Moved Symbol into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* [clangd] Improve global code completion when scope specifier is unresolved.Eric Liu2019-02-271-9/+9
* [clangd] Add type boost to fuzzy find in Dex.Eric Liu2019-02-061-0/+2
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-55/+9
* [clangd] NFC: fix clang-tidy warnings.Haojian Wu2019-01-251-4/+4
* [clangd] Followup fix of rL351818Haojian Wu2019-01-221-3/+5
* Fix "missing field 'ClangTidyOpts' initializer" warning. NFCI.Simon Pilgrim2019-01-221-2/+3
* [clangd] NFC: Use buildCompilerInvocation in CodeCompleteKadir Cetinkaya2019-01-221-18/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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
OpenPOWER on IntegriCloud