diff options
author | Joe Loser <joeloser@fastmail.com> | 2022-08-20 17:30:14 -0600 |
---|---|---|
committer | Joe Loser <joeloser@fastmail.com> | 2022-08-20 17:33:51 -0600 |
commit | 1b08b276ae6d72eba543b28e653b34dc2e77f9ea (patch) | |
tree | 4a5bd11c132bd72bd661a81f37ebe74e49dc7e90 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 01ffe31cbb54bfd8e38e71b3cf804a1d67ebf9c1 (diff) | |
download | llvm-1b08b276ae6d72eba543b28e653b34dc2e77f9ea.zip llvm-1b08b276ae6d72eba543b28e653b34dc2e77f9ea.tar.gz llvm-1b08b276ae6d72eba543b28e653b34dc2e77f9ea.tar.bz2 |
[mlir] Use std::is_invocable instead of llvm::is_invocable
Now that MLIR is built with C++17, use the standard library equivalent of
`llvm::is_invocable`: `std::is_invocable`.
Differential Revision: https://reviews.llvm.org/D132318
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions