summaryrefslogtreecommitdiff
path: root/test/Modules/requires.m
AgeCommit message (Expand)Author
2017-12-22[Modules] Change private modules rules and warningsBruno Cardoso Lopes
2017-06-05Factor out and unify emission of "module is unavailable" diagnostics.Richard Smith
2015-07-13[Modules] Allow missing header before a missing requirementBen Langmuir
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2015-02-02Add cc1 option '-fmodule-feature' to add custom values for 'requires' declsBen Langmuir
2013-10-28Allow a new syntax in a module requires-declaration:Richard Smith
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-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