Skip to content

Commit 6430141

Browse files
Address a comment.
1 parent 108e1c1 commit 6430141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/ASTMatchers/Dynamic/Marshallers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ makeMatcherAutoMarshall(ReturnType (*Func)(), StringRef MatcherName) {
10601060
BuildReturnTypeVector<ReturnType>::build(RetTypes);
10611061
return std::make_unique<FixedArgCountMatcherDescriptor>(
10621062
matcherMarshall0<ReturnType>, reinterpret_cast<void (*)()>(Func),
1063-
MatcherName, RetTypes, ArrayRef<ArgKind>());
1063+
MatcherName, RetTypes, std::nullopt);
10641064
}
10651065

10661066
/// 1-arg overload

0 commit comments

Comments
 (0)