This patch makes clang include headers found in modulemap files in the .d file. This is necessary to capture symlinked headers, which previously were ignored, since only the canonical version of the file makes it into the pcm. This is a corollary to the -module-dependency-dir version from r264971.
rdar://44604913
Thanks for taking a look!
Erik
While here, can you add a \param entry for Imported?