summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/public-private.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* Fix public-private.modulemap test case to clear the cache on every run.Peter Collingbourne2015-05-061-2/+3
| | | | llvm-svn: 236655
* [modules] This check is run before we resolve the header, not after, so justRichard Smith2015-03-101-1/+6
| | | | | | | check that private headers are in a list matching the role. (We can't perform the opposite checks for non-private headers because we infer those.) llvm-svn: 231728
* [modules] Don't assert if the same header is named as both a public and aRichard Smith2015-03-091-0/+5
private header within the same module. llvm-svn: 231725
OpenPOWER on IntegriCloud