[all-commits] [llvm/llvm-project] 4a51b0: [ADT] Remove `is_invocable` from `STLExtras.h`

Joseph Loser via All-commits all-commits at lists.llvm.org
Sun Aug 21 17:16:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a51b0c05b3e734a4bb43563a3b5529be2839b41
      https://github.com/llvm/llvm-project/commit/4a51b0c05b3e734a4bb43563a3b5529be2839b41
  Author: Joe Loser <joeloser at fastmail.com>
  Date:   2022-08-21 (Sun, 21 Aug 2022)

  Changed paths:
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/unittests/ADT/TypeTraitsTest.cpp

  Log Message:
  -----------
  [ADT] Remove `is_invocable` from `STLExtras.h`

As a follow-up of https://reviews.llvm.org/D132318, now that the callers have
been adjusted to use `std::is_invocable`, remove `llvm::is_invocable` and its
tests.

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




More information about the All-commits mailing list