Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix public-private.modulemap test case to clear the cache on every run. | Peter Collingbourne | 2015-05-06 | 1 | -2/+3 |
| | | | | llvm-svn: 236655 | ||||
* | [modules] This check is run before we resolve the header, not after, so just | Richard Smith | 2015-03-10 | 1 | -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 a | Richard Smith | 2015-03-09 | 1 | -0/+5 |
private header within the same module. llvm-svn: 231725 |