[PATCH] D61656: -frewrite-imports: Add support for wildcard rules in umbrella modules with

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 14:13:52 PDT 2019


dblaikie created this revision.
dblaikie added a reviewer: rsmith.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
dblaikie updated this revision to Diff 198528.
dblaikie added a comment.

Add another FIXME


This trips over a few other limitations, but in the interests of incremental development I'm starting here & I'll look at the issues with -verify and filesystem checks (the fact that the behavior depends on the existence of a 'foo' directory even though it shouldn't need it), etc.


Repository:
  rC Clang

https://reviews.llvm.org/D61656

Files:
  include/clang/Basic/Module.h
  lib/Basic/Module.cpp
  lib/Lex/Pragma.cpp
  test/Modules/preprocess-umbrella.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61656.198528.patch
Type: text/x-patch
Size: 3878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190507/37f46a8d/attachment.bin>


More information about the cfe-commits mailing list