[PATCH] D20194: [ModuleMap][CrashReproducer] Collect headers from inner frameworks
Ben Langmuir via cfe-commits
cfe-commits at lists.llvm.org
Fri May 13 08:59:16 PDT 2016
benlangmuir added a comment.
Let's move the code looks up the alternate name out of the ModuleMap parser, and into the dependency collector callbacks. This feels like an implementation detail of the dependency collector. We could add a new callback specifically for umbrella headers and handle this inside there.
http://reviews.llvm.org/D20194
More information about the cfe-commits
mailing list