[lldb][NFC] Make cursor char position unsigned in CompletionRequest
authorRaphael Isemann <teemperor@gmail.com>
Mon, 23 Sep 2019 09:51:36 +0000 (09:51 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 23 Sep 2019 09:51:36 +0000 (09:51 +0000)
commita2d81a375b26df4d6d5826a8d8bfa5f2d3f1a385
tree95dd017a64542fb82f2b49ebb67740aae5c4f59c
parent9feb429a337ff49fe119a64bff3724fb820c4501
[lldb][NFC] Make cursor char position unsigned in CompletionRequest

This was only an 'int' because to fit into the old API which is
gone by now.

llvm-svn: 372568
lldb/include/lldb/Utility/CompletionRequest.h
lldb/unittests/Utility/CompletionRequestTest.cpp