summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Don't assert when completing a lambda variable inside the lambda.Sam McCall2020-06-101-4/+9
* [clangd] Expose Code Completion score to the clientKirill Bobyrev2020-02-131-0/+2
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-4/+4
* [clangd] Use name of Macro to compute its SymbolID, NFC.Utkarsh Saxena2019-11-111-1/+1
* [clangd] Do not insert parentheses when completing a using declarationIlya Biryukov2019-10-281-5/+15
* [clangd] Collect macros in the preamble region of the main fileHaojian Wu2019-09-241-2/+2
* [clangd] Simplify the callside of URI::resolve, NFC.Haojian Wu2019-09-231-5/+2
* [clangd] Add TUScheduler.h to CodeComplete.cpp to unbreak buildsKadir Cetinkaya2019-09-041-0/+1
* [clangd] Move threading helper to more appropriate header. NFCSam McCall2019-09-041-1/+1
* [clangd] Split Preamble.h out of ClangdUnit.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-281-3/+4
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [clangd] Fix implicit template instatiations appearing as topLevelDecls.Johan Vikstrom2019-08-081-10/+1
* [clangd] Fix off-by-one in CodeComplete and assertion in DexSam McCall2019-07-121-2/+2
* [clangd] Consume error to avoid assertion failuresIlya Biryukov2019-07-101-2/+3
* [clangd] Don't insert absolute paths, give up instead.Sam McCall2019-07-081-1/+5
* [clangd] Use -completion-style=bundled by default if signature help is availableSam McCall2019-07-081-1/+1
* [clang][HeaderSearch] Shorten paths for includes in mainfile's directoryKadir Cetinkaya2019-07-031-1/+1
* BitStream reader: propagate errorsJF Bastien2019-06-261-2/+3
* [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
OpenPOWER on IntegriCloud