[all-commits] [llvm/llvm-project] 26fffc: [libc++] [test] {cpo, niebloid}.compile.pass.cpp: A...

Quuxplusone via All-commits all-commits at lists.llvm.org
Sat Jan 22 08:55:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26fffc1b8e755c60727d206a1f07a1ca1d299f48
      https://github.com/llvm/llvm-project/commit/26fffc1b8e755c60727d206a1f07a1ca1d299f48
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-01-22 (Sat, 22 Jan 2022)

  Changed paths:
    M libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++] [test] {cpo,niebloid}.compile.pass.cpp: Also test their constness.

This will detect if someone writes `inline auto cpo =` instead of
`inline constexpr auto cpo =`. I don't know how that'd be possible,
but it's easy to test, so let's test it.




More information about the All-commits mailing list