summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/CompletionRequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use AppendEmptyArgument in CompletionRequest constructorRaphael Isemann2019-09-261-7/+3
* [lldb] Remove redundant argument lists in CompletionRequestRaphael Isemann2019-09-241-6/+4
* [lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann2019-09-231-23/+17
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-4/+7
* [lldb][NFC] Assert on invalid cursors positions when creating CompletionRequestRaphael Isemann2019-08-091-0/+1
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-4/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-5/+38
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-0/+1
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-9/+42
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-0/+26
OpenPOWER on IntegriCloud