[all-commits] [llvm/llvm-project] a281bd: [libc++] [test] Improve the tests for std::{begin, ...

Quuxplusone via All-commits all-commits at lists.llvm.org
Tue Mar 1 11:25:53 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a281bdd51bdb486300b7ff7144d9a4ee56177a15
      https://github.com/llvm/llvm-project/commit/a281bdd51bdb486300b7ff7144d9a4ee56177a15
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

  Changed paths:
    A libcxx/test/std/numerics/numarray/valarray.range/begin-end.pass.cpp
    R libcxx/test/std/numerics/numarray/valarray.range/begin_const.pass.cpp
    R libcxx/test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp
    R libcxx/test/std/numerics/numarray/valarray.range/end_const.pass.cpp
    R libcxx/test/std/numerics/numarray/valarray.range/end_non_const.pass.cpp

  Log Message:
  -----------
  [libc++] [test] Improve the tests for std::{begin,end}(valarray).

Incidentally, this removes some unqualified ADL calls to `begin` and `end`.

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


  Commit: 0444a0e8a9042a8dfb429086e5b7da09d4edfd44
      https://github.com/llvm/llvm-project/commit/0444a0e8a9042a8dfb429086e5b7da09d4edfd44
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

  Changed paths:
    M libcxx/include/module.modulemap

  Log Message:
  -----------
  [libc++] Remove extraneous space in module.modulemap. NFC.


Compare: https://github.com/llvm/llvm-project/compare/510fd283fda2...0444a0e8a904


More information about the All-commits mailing list