================ @@ -1060,7 +1060,7 @@ makeMatcherAutoMarshall(ReturnType (*Func)(), StringRef MatcherName) { BuildReturnTypeVector<ReturnType>::build(RetTypes); return std::make_unique<FixedArgCountMatcherDescriptor>( matcherMarshall0<ReturnType>, reinterpret_cast<void (*)()>(Func), - MatcherName, RetTypes, std::nullopt); + MatcherName, RetTypes, ArrayRef<ArgKind>()); ---------------- River707 wrote:
Was this meant to be included (given the `mlir` in the title) https://github.com/llvm/llvm-project/pull/145523 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits