[all-commits] [llvm/llvm-project] e06f1a: [libcxx] reworks invocable and regular_invocable t...

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Mon Mar 29 08:38:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e06f1a8e3cc60bb8d2a937f47f6dac06a8818a17
      https://github.com/llvm/llvm-project/commit/e06f1a8e3cc60bb8d2a937f47f6dac06a8818a17
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
    M libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.pass.cpp
    R libcxx/test/std/concepts/concepts.callable/functions.h

  Log Message:
  -----------
  [libcxx] reworks invocable and regular_invocable tests

The tests for `std::invocable` and `std::regular_invocable` were
woefully incomplete. This patch closes many of the gaps (though some
probably remain).

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




More information about the All-commits mailing list