summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/CompletionRequest.cpp
AgeCommit message (Expand)Author
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-26[lldb][NFC] Use AppendEmptyArgument in CompletionRequest constructorRaphael Isemann
2019-09-24[lldb] Remove redundant argument lists in CompletionRequestRaphael Isemann
2019-09-23[lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-08-09[lldb][NFC] Assert on invalid cursors positions when creating CompletionRequestRaphael Isemann
2019-07-31[CompletionRequest] Remove unimplemented members.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-13Add support for descriptions with command completions.Raphael Isemann
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann