[PATCH] D118525: [modules] Merge ObjC interface ivars with anonymous types.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 28 11:43:32 PST 2022


vsapsai added inline comments.


================
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
+
----------------
rjmccall wrote:
> Do you want to test this in Objective-C++ mode as well?
That's a good idea! Let me add that.


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