================
@@ -76,7 +77,7 @@ void NonTrivialTypesLibcMemoryCallsCheck::registerMatchers(
auto IsRecordSizeOf =
expr(sizeOfExpr(hasArgumentOfType(equalsBoundNode("Record"))));
auto ArgChecker = [&](Matcher<CXXRecordDecl> RecordConstraint,
----------------
vbvictor wrote:
This is strange: why `Matcher<CXXRecordDecl>` isn't converted to reference but
`BindableMatcher<Stmt>` is converted. Above, we converted
`Matcher<CXXRecordDecl>` to reference already.
https://github.com/llvm/llvm-project/pull/163686
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits