aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/Module.framework
AgeCommit message (Expand)Author
2013-01-14Infer "link" lines for top-level frameworks. Essentially, a frameworkDouglas Gregor
2012-11-05Have the parser initialize Sema before it consumes the firstDouglas Gregor
2012-07-11Allow -verify directives to be filtered by preprocessing.Jordan Rose
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-23When building a module with an umbrella header, warn about any headersDouglas Gregor
2011-12-20Detect when mapping a #include/#import over to a submodule ends upDouglas Gregor
2011-12-12Don't mark include guard macros as implicitly private. This isn'tDouglas Gregor
2011-12-08Keep track of import dependencies between submodules within the moduleDouglas Gregor
2011-12-07Implement inference for the "Private" submodule corresponding toDouglas Gregor
2011-12-06When inferring a module map for a framework, infer subframeworkDouglas Gregor
2011-12-06Implement inferred submodules support, which (when requested)Douglas 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
2011-09-15Teach LangOptions::resetNonModularOptions to actually do what it says it doesDouglas Gregor
2011-09-13When building a module on-demand, clear out the "non-modular" languageDouglas Gregor
2011-09-12When an import statement fails to find a module in the module cache,Douglas Gregor