[all-commits] [llvm/llvm-project] 835cf3: [libc++][test] Fix missing include in `bit_ceil.fa...

Joe Loser via All-commits all-commits at lists.llvm.org
Mon Jan 9 07:33:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 835cf3ca6bee4b866488e08db1a2fd158a3ad086
      https://github.com/llvm/llvm-project/commit/835cf3ca6bee4b866488e08db1a2fd158a3ad086
  Author: Joe Loser <joeloser at fastmail.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp

  Log Message:
  -----------
  [libc++][test] Fix missing include in `bit_ceil.fail.cpp`

The test uses `size_t` but does not include a header defining it.  Include
`<cstddef>` which provides `size_t`.

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




More information about the All-commits mailing list