[all-commits] [llvm/llvm-project] f088af: [clangd] Fix data type of WorkDoneProgressReport::...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Mon May 10 05:59:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f088af37e6b570dd070ae4e6fc14e22d21cda3be
      https://github.com/llvm/llvm-project/commit/f088af37e6b570dd070ae4e6fc14e22d21cda3be
  Author: Christian Kandeler <christian.kandeler at qt.io>
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/Protocol.h

  Log Message:
  -----------
  [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




More information about the All-commits mailing list