summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CodeCompletionStrings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Code completion should not ignore default parameters in functions.Sam McCall2019-08-071-0/+18
* [clangd] Place cursor better after completing patternsIlya Biryukov2019-05-281-4/+23
* 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-7/+6
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-4/+5
* [clangd] Improve code completion for ObjC methodsSam McCall2018-11-141-7/+31
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-6/+6
* [clangd] Show function documentation in signature helpIlya Biryukov2018-08-171-26/+8
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clangd] Fix (most) naming warnings from clang-tidy. NFCIlya Biryukov2018-07-261-3/+3
* [clangd] Do not write comments into Preamble PCHIlya Biryukov2018-07-091-32/+8
* [clangd] Do not show namespace comments.Ilya Biryukov2018-06-271-1/+9
* [clangd] More precise representation of symbol names/labels in the index.Sam McCall2018-06-221-106/+73
* [clangd] Remove FilterText from the index.Sam McCall2018-06-221-13/+0
* [clangd] Do not report comments that only have special chars.Ilya Biryukov2018-06-151-2/+18
* [clangd] Workaround the comments crash, reenable the test.Ilya Biryukov2018-05-281-14/+30
* [clangd] Serve comments for headers decls from dynamic index onlyIlya Biryukov2018-05-241-4/+18
* [clangd] Retrieve minimally formatted comment text in completion.Ilya Biryukov2018-05-161-3/+35
* [clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu2017-12-201-0/+188
OpenPOWER on IntegriCloud