]> granicus.if.org Git - clang/commit
If a header is explicitly included in module A, and excluded from an umbrella
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Apr 2014 13:13:04 +0000 (13:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Apr 2014 13:13:04 +0000 (13:13 +0000)
commit578bfcbda27c0d5dfe4df995fb01f7ceae424382
treed52e2f19ac86396a2775a475d742103e55c7ca97
parent35a94e87046220fb3470685854b881cc0d19fb63
If a header is explicitly included in module A, and excluded from an umbrella
directory in module B, don't include it in module B!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205762 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/ModuleMap.h
lib/Frontend/FrontendActions.cpp
lib/Lex/ModuleMap.cpp
test/Modules/Inputs/exclude-header/module.map [new file with mode: 0644]
test/Modules/Inputs/exclude-header/x/a.h [new file with mode: 0644]
test/Modules/Inputs/exclude-header/x/bad.h [new file with mode: 0644]
test/Modules/Inputs/exclude-header/y/b.h [new file with mode: 0644]
test/Modules/exclude-header.c [new file with mode: 0644]