]> granicus.if.org Git - clang/commit
When we have an umbrella directory in a module map, recursively walk
authorDouglas Gregor <dgregor@apple.com>
Mon, 12 Dec 2011 19:13:53 +0000 (19:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 12 Dec 2011 19:13:53 +0000 (19:13 +0000)
commit3b29bb99948f9e8b4a4e829445c753f6858f607e
tree6a021ce0641b5b33900990a94e6d3bd93adc84fb
parent4cd9b8f7fb2cebf614e6e2bc766fad27ffd2e9de
When we have an umbrella directory in a module map, recursively walk
the subdirectories to find headers in submodules.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146398 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/FrontendActions.cpp
test/Modules/Inputs/NoUmbrella.framework/Headers/SubDir/C.h [new file with mode: 0644]
test/Modules/auto-module-import.m