[clangd] Fix data type of WorkDoneProgressReport::percentage
authorChristian Kandeler <christian.kandeler@qt.io>
Mon, 10 May 2021 12:56:55 +0000 (14:56 +0200)
committerKadir Cetinkaya <kadircet@google.com>
Mon, 10 May 2021 12:57:20 +0000 (14:57 +0200)
commitf088af37e6b570dd070ae4e6fc14e22d21cda3be
treeb75a56f35d2b14ae6ab23f7f5a0d19a73c8d1ddc
parent9ad9f0c731702dddd401b5ec0c4bca8394dd43e8
[clangd] Fix data type of WorkDoneProgressReport::percentage

According to the specification, this should be an unsigned integer.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D101616
clang-tools-extra/clangd/ClangdLSPServer.cpp
clang-tools-extra/clangd/Protocol.h