]> granicus.if.org Git - clang/commit
Make -Wincomplete-umbrella go through the VFS
authorBen Langmuir <blangmuir@apple.com>
Wed, 25 Jun 2014 23:53:43 +0000 (23:53 +0000)
committerBen Langmuir <blangmuir@apple.com>
Wed, 25 Jun 2014 23:53:43 +0000 (23:53 +0000)
commit0dfafa59cace8b477d3ae3ab89f2e662fea0954c
tree73ad65b0913ded486b89da814be33b765a7910b7
parent740214c8b65b0d67e0bbf6e692735e5ac372cbd4
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211746 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/VirtualFileSystem.h
lib/Lex/PPLexerChange.cpp
test/VFS/Inputs/Incomplete.h [new file with mode: 0644]
test/VFS/Inputs/IncompleteVFS.h [new file with mode: 0644]
test/VFS/Inputs/incomplete-umbrella.modulemap [new file with mode: 0644]
test/VFS/Inputs/vfsoverlay.yaml
test/VFS/incomplete-umbrella.m [new file with mode: 0644]