[all-commits] [llvm/llvm-project] 08ca2d: [count] Use correct integral type

Rose via All-commits all-commits at lists.llvm.org
Tue Dec 6 15:30:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 08ca2dc6896e36ce8fa614854f07a59e97794d39
      https://github.com/llvm/llvm-project/commit/08ca2dc6896e36ce8fa614854f07a59e97794d39
  Author: Gregory Alfonso <gfunni234 at gmail.com>
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
    M llvm/utils/count/count.c

  Log Message:
  -----------
  [count] Use correct integral type

Make the types consistent with each other, and return size_t instead of a long int.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D126121




More information about the All-commits mailing list