[PATCH] D103930: [clang][HeaderSearch] Fix implicit module when using header maps
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 4 19:02:58 PDT 2023
ChuanqiXu added inline comments.
================
Comment at: clang/test/Modules/Inputs/implicit-module-header-maps/a.h:1-3
+#ifdef FOO
+#error foo
+#endif
----------------
It would be better to use `split-file` to merge the segments of the tests. You can find the example in the Modules directory.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103930/new/
https://reviews.llvm.org/D103930
More information about the cfe-commits
mailing list