summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks
Commit message (Collapse)AuthorAgeFilesLines
* [Modules] Add testcase for builtins used in umbrella headersBruno Cardoso Lopes2016-10-283-0/+33
This used to work before r284797 + r285152, which exposed something interesting; some users include builtins from umbrella headers. Clang should emit a warning to warn users this is not a good practice and umbrella headers shouldn't get the implicitly-add-the-builtin-version behavior for builtin header names. While we're not there, add the testcase to represent the way it currently works. llvm-svn: 285377
OpenPOWER on IntegriCloud