summaryrefslogtreecommitdiff
path: root/test/Modules/requires.m
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Add more language features to be used with requires-declarationBruno Cardoso Lopes2018-02-141-1/+16
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-221-1/+1
* Factor out and unify emission of "module is unavailable" diagnostics.Richard Smith2017-06-051-6/+11
* [Modules] Allow missing header before a missing requirementBen Langmuir2015-07-131-0/+4
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-1/+1
* Add cc1 option '-fmodule-feature' to add custom values for 'requires' declsBen Langmuir2015-02-021-1/+3
* Allow a new syntax in a module requires-declaration:Richard Smith2013-10-281-1/+2
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-1/+1
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-1/+1
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-1/+1
* Rename the command-line option for mapping #include/#import over toDouglas Gregor2012-01-031-1/+1
* Implement support for module requirements, which indicate the languageDouglas Gregor2011-12-311-0/+5