[all-commits] [llvm/llvm-project] 3b9a1b: [pstl] Fix -Wundef errors in the test suite

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed May 26 12:23:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b9a1bb1af90db9472340ef2122d3855eb9ba3fc
      https://github.com/llvm/llvm-project/commit/3b9a1bb1af90db9472340ef2122d3855eb9ba3fc
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-05-26 (Wed, 26 May 2021)

  Changed paths:
    M pstl/include/pstl/internal/algorithm_impl.h
    M pstl/include/pstl/internal/execution_defs.h
    M pstl/include/pstl/internal/execution_impl.h
    M pstl/include/pstl/internal/glue_execution_defs.h
    M pstl/include/pstl/internal/numeric_impl.h
    M pstl/include/pstl/internal/pstl_config.h
    M pstl/include/pstl/internal/unseq_backend_simd.h
    M pstl/test/std/algorithms/alg.merge/inplace_merge.pass.cpp
    M pstl/test/std/algorithms/alg.merge/merge.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/unique.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/count.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/equal.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
    M pstl/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
    M pstl/test/std/numerics/numeric.ops/reduce.pass.cpp
    M pstl/test/std/numerics/numeric.ops/scan.pass.cpp
    M pstl/test/std/numerics/numeric.ops/transform_scan.pass.cpp
    M pstl/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp
    M pstl/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
    M pstl/test/support/utils.h

  Log Message:
  -----------
  [pstl] Fix -Wundef errors in the test suite




More information about the All-commits mailing list