diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2017-01-12 19:15:33 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2017-01-12 19:15:33 +0000 |
commit | 052d95a6d697f973172b08b2f743dda9bd58dcf3 (patch) | |
tree | 215055f299c55ae9792d3a4e14530831fa9d9d68 /clang/test/CodeGen/integer-overflow.c | |
parent | 45337df08f99529e1543ecb7c236ea63707c673b (diff) | |
download | llvm-052d95a6d697f973172b08b2f743dda9bd58dcf3.zip llvm-052d95a6d697f973172b08b2f743dda9bd58dcf3.tar.gz llvm-052d95a6d697f973172b08b2f743dda9bd58dcf3.tar.bz2 |
[Modules] Fix misleading warning about missing textual header in umbrella header
When a textual header is present inside a umbrella dir but not in the
header, we get the misleading warning:
warning: umbrella header for module 'FooFramework' does not include
header 'Baz_Private.h'
The module map in question:
framework module FooFramework {
umbrella header "FooUmbrella.h"
export *
module * { export * }
module Private {
textual header "Baz_Private.h"
}
}
Fix this by taking textual headers into account.
llvm-svn: 291794
Diffstat (limited to 'clang/test/CodeGen/integer-overflow.c')
0 files changed, 0 insertions, 0 deletions