[clang-tools-extra] [include-cleaner] Add WalkAST unit tests for Objective-C constructs (PR #220763)
Dave MacLachlan via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 5 19:07:39 PDT 2026
================
@@ -604,6 +606,18 @@ TEST(WalkAST, ObjCImplementationDeclDependsOnInterface) {
{"-x", "objective-c"});
}
+TEST(WalkAST, ObjCMessageExprFunctionArg) {
----------------
dmaclach wrote:
Correct. Renamed to ObjCClassFunctionArg.
https://github.com/llvm/llvm-project/pull/220763
More information about the cfe-commits
mailing list