[PATCH] D142501: [clang][deps] Fix modulemap file path for implementation of module
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 24 13:01:32 PST 2023
jansvoboda11 added inline comments.
================
Comment at: clang/test/ClangScanDeps/modules-implementation-vfs.m:67-68
+#import <B/B.h>
+struct A { float x; }; // expected-error {{incompatible definitions}} expected-note {{type 'float' here}}
+// expected-note at frameworks/A.framework/Headers/A.h:1 {{type 'int' here}}
+
----------------
What purpose does this check serve?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142501/new/
https://reviews.llvm.org/D142501
More information about the cfe-commits
mailing list