[clang-tools-extra] [include-cleaner] Add WalkAST unit tests for Objective-C constructs (PR #220763)
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 4 13:06:49 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list