[all-commits] [llvm/llvm-project] 8a5f0d: [libc++] [test] Constexpr-ify a couple of insert-i...

Quuxplusone via All-commits all-commits at lists.llvm.org
Fri May 28 12:16:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a5f0d883832aa088460df87df99c40d8f238655
      https://github.com/llvm/llvm-project/commit/8a5f0d883832aa088460df87df99c40d8f238655
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-05-28 (Fri, 28 May 2021)

  Changed paths:
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/container.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/test.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/container.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/test.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons/test.pass.cpp
    M libcxx/test/support/nasty_containers.h

  Log Message:
  -----------
  [libc++] [test] Constexpr-ify a couple of insert-iterator tests.

This should have been done in D96385; thanks ldionne for the catch!
Also, make the back/front inserter behavior tests a little more thorough,
which incidentally caught a cut-and-paste-bug in `nasty_list`, so fix that.

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




More information about the All-commits mailing list