llvm-project/clang/test/VFS/Inputs/incomplete-umbrella.modulemap
Ben Langmuir 54cbc706b1 Make -Wincomplete-umbrella go through the VFS
By using vfs::recursive_directory_iterator, this warning will now fire
when some or all of a module's headers are from VFS mappings.

llvm-svn: 211746
2014-06-25 23:53:43 +00:00

6 lines
100 B
Plaintext

framework module Incomplete {
umbrella header "Incomplete.h"
export *
module * { export * }
}