| commit | ef06dd4328b4ddddaf2fccd453d6ac47cf7dba11 | [log] [tgz] |
|---|---|---|
| author | Raphael Isemann <teemperor@gmail.com> | Tue Sep 24 07:22:44 2019 +0000 |
| committer | Raphael Isemann <teemperor@gmail.com> | Tue Sep 24 07:22:44 2019 +0000 |
| tree | bfb2b7611729d14719cbf7d7f6e071ef87b5b1a9 | |
| parent | 6ba63d8851aee10de0e5719faee27a4d3f996b58 [diff] |
[lldb] Remove redundant argument lists in CompletionRequest We currently have two lists in the CompletionRequest that we inherited from the old API: The complete list of arguments ignoring where the user requested completion and the list of arguments that stops at the cursor. Having two lists of arguments is confusing and can lead to subtle errors, so let's remove the complete list until we actually need it. llvm-svn: 372692