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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132321
[ADT] Remove `is_invocable` from `STLExtras.h` ClosedPublic Authored by jloser on Aug 20 2022, 5:49 PM.
Details Summary As a follow-up of https://reviews.llvm.org/D132318, now that the callers have
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 21 2022, 2:16 PM Closed by commit rG4a51b0c05b3e: [ADT] Remove `is_invocable` from `STLExtras.h` (authored by jloser). · Explain WhyAug 21 2022, 5:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 454308 llvm/include/llvm/ADT/STLExtras.h
llvm/unittests/ADT/TypeTraitsTest.cpp
|