[Modules] Add testcase for builtins used in umbrella headersThis used to work before r284797 + r285152, which exposed somethinginteresting; some users include builtins from umbrella headers.Clan
[Modules] Add testcase for builtins used in umbrella headersThis used to work before r284797 + r285152, which exposed somethinginteresting; some users include builtins from umbrella headers.Clang should emit a warning to warn users this is not a good practiceand umbrella headers shouldn't get theimplicitly-add-the-builtin-version behavior for builtin header names.While we're not there, add the testcase to represent the way itcurrently works.llvm-svn: 285377
show more ...