summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/DependsOnModule.framework
AgeCommit message (Expand)Author
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer
2023-08-29[clang][modules] Add a c23 module featureIan Anderson
2023-05-17[clang][modules] Add features for recent C++ versionsJonas Hahnfeld
2023-03-17Remove the outdated feature macro '__cpp_coroutines'Chuanqi Xu
2018-02-14[Modules] Add more language features to be used with requires-declarationBruno Cardoso Lopes
2017-05-28[coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier
2017-05-27Revert "[coroutines] Support "coroutines" feature in module map requires clause"Eric Fiselier
2017-05-27[coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier
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-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