================
@@ -604,6 +606,18 @@ TEST(WalkAST, ObjCImplementationDeclDependsOnInterface) {
{"-x", "objective-c"});
}
+TEST(WalkAST, ObjCMessageExprFunctionArg) {
----------------
nico wrote:This test is misnamed, no? I don't see a message expr anywhere in this test. https://github.com/llvm/llvm-project/pull/220763 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
