[PATCH] D118525: [modules] Merge ObjC interface ivars with anonymous types.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 28 11:02:32 PST 2022
rjmccall added a comment.
This is one of those patches that's difficult to review because it's so hard to foresee the consequences of changing the concepts. That said, I think the basic idea here seems reasonable.
================
Comment at: clang/test/Modules/merge-anon-record-definition-in-objc.m:5
+// RUN: %clang_cc1 -fsyntax-only -F%t/Frameworks %t/test.m -Wno-objc-property-implementation -Wno-incomplete-implementation \
+// RUN: -fmodules -fmodule-name=Target -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache
+
----------------
Do you want to test this in Objective-C++ mode as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118525/new/
https://reviews.llvm.org/D118525
More information about the cfe-commits
mailing list