summaryrefslogtreecommitdiff
path: root/test/Modules/subframeworks.m
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-2/+2
* During typo correction, check for an exact match in an unimported module. If weRichard Smith2013-08-201-1/+2
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-1/+1
* Teach subframework header lookup to suggest modules <rdar://problem/13176200>.Douglas Gregor2013-02-081-0/+7
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-2/+2
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-3/+3
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-3/+3
* When inferring a module for a framework, first determine whether thatDouglas Gregor2012-01-131-2/+2
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-3/+3
* Rename the command-line option for mapping #include/#import over toDouglas Gregor2012-01-031-2/+2
* Implement support for module requirements, which indicate the languageDouglas Gregor2011-12-311-0/+6
* Implement modules support for subframeworks (aka embeddedDouglas Gregor2011-12-061-0/+16