[all-commits] [llvm/llvm-project] 2e15f4: [pstl] Replace direct use of assert() with _PSTL_A...

Thomas Rodgers via All-commits all-commits at lists.llvm.org
Mon Nov 2 15:37:13 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e15f4ac572bcf429ec12e8f3efbb8ad254042c7
      https://github.com/llvm/llvm-project/commit/2e15f4ac572bcf429ec12e8f3efbb8ad254042c7
  Author: Thomas Rodgers <trodgers at redhat.com>
  Date:   2020-11-02 (Mon, 02 Nov 2020)

  Changed paths:
    M pstl/include/pstl/internal/algorithm_impl.h
    M pstl/include/pstl/internal/numeric_impl.h
    M pstl/include/pstl/internal/parallel_backend_tbb.h
    M pstl/include/pstl/internal/parallel_backend_utils.h
    M pstl/include/pstl/internal/pstl_config.h
    M pstl/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp

  Log Message:
  -----------
  [pstl] Replace direct use of assert() with _PSTL_ASSERT

Standard libraries may (libstdc++ in particular) forbid direct use of
assert()/<cassert> in library code.

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




More information about the All-commits mailing list