aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/DependsOnModule.framework
AgeCommit message (Expand)Author
2013-01-14When forming the link options for an imported module, also include theDouglas Gregor
2012-01-03Re-uglify #public and #private to #__public_macro and #__private_macro.Douglas Gregor
2012-01-03Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor
2011-12-31Implement support for module requirements, which indicate the languageDouglas Gregor
2011-12-08Tweak the syntax of umbrella headers, so that "umbrella" is treated asDouglas Gregor
2011-12-07Implement basic support for private headers in frameworks. In essence,Douglas Gregor
2011-12-06Allow inferred submodules for any (sub)module that has an umbrella headerDouglas Gregor
2011-12-06Implement modules support for subframeworks (aka embeddedDouglas Gregor
2011-12-05Parse inferred submodules in module maps, track their contents inDouglas Gregor
2011-11-30Introduce an opt-in warning indicating when the compiler is treatingDouglas Gregor
2011-11-17Add the notion of "framework" modules to module maps. FrameworkDouglas Gregor
2011-10-17For modules, all macros that aren't include guards are implicitlyDouglas Gregor
2011-09-15Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor