summaryrefslogtreecommitdiff
path: root/test/Modules/subframeworks.m
AgeCommit message (Expand)Author
2017-12-22[Modules] Change private modules rules and warningsBruno Cardoso Lopes
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2013-08-20During typo correction, check for an exact match in an unimported module. If weRichard Smith
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-02-08Teach subframework header lookup to suggest modules <rdar://problem/13176200>.Douglas Gregor
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-01-13When inferring a module for a framework, first determine whether thatDouglas Gregor
2012-01-03Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor
2012-01-03Rename the command-line option for mapping #include/#import over toDouglas Gregor
2011-12-31Implement support for module requirements, which indicate the languageDouglas Gregor
2011-12-06Implement modules support for subframeworks (aka embeddedDouglas Gregor