[PATCH] D58891: Modules: Add -Rmodule-import

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 5 18:51:20 PST 2019


dexonsmith closed this revision.
dexonsmith marked 2 inline comments as done.
dexonsmith added a comment.

Committed in r355477.



================
Comment at: clang/test/Modules/Inputs/Rmodule-import/B.h:1
+// B
+#include "C.h"
----------------
bruno wrote:
> Can you make one of the tests to use `@import` (or the pragma version) instead of #include? 
I changed the import of `D`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58891/new/

https://reviews.llvm.org/D58891





More information about the cfe-commits mailing list