summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/Module.framework
Commit message (Expand)AuthorAgeFilesLines
* [test] Expand a bit on the test case from r231251. NFC.Argyrios Kyrtzidis2015-03-051-2/+2
* [Modules] Fix crash in Preprocessor::getLastMacroWithSpelling().Argyrios Kyrtzidis2015-03-041-0/+3
* [ASTUnit] Fix crash when trying to load a module file via ASTUnit::LoadFromAS...Argyrios Kyrtzidis2015-03-031-0/+6
* Infer "link" lines for top-level frameworks. Essentially, a frameworkDouglas Gregor2013-01-141-0/+0
* Have the parser initialize Sema before it consumes the firstDouglas Gregor2012-11-051-0/+2
* Allow -verify directives to be filtered by preprocessing.Jordan Rose2012-07-111-1/+5
* Re-uglify #public and #private to #__public_macro and #__private_macro.Douglas Gregor2012-01-032-2/+2
* Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor2012-01-032-2/+2
* When building a module with an umbrella header, warn about any headersDouglas Gregor2011-12-231-0/+2
* Detect when mapping a #include/#import over to a submodule ends upDouglas Gregor2011-12-201-0/+1
* Don't mark include guard macros as implicitly private. This isn'tDouglas Gregor2011-12-121-0/+1
* Keep track of import dependencies between submodules within the moduleDouglas Gregor2011-12-082-0/+2
* Implement inference for the "Private" submodule corresponding toDouglas Gregor2011-12-071-0/+1
* When inferring a module map for a framework, infer subframeworkDouglas Gregor2011-12-061-0/+4
* Implement inferred submodules support, which (when requested)Douglas Gregor2011-12-063-0/+6
* For modules, all macros that aren't include guards are implicitlyDouglas Gregor2011-10-171-0/+5
* Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor2011-09-151-0/+1
* Teach LangOptions::resetNonModularOptions to actually do what it says it doesDouglas Gregor2011-09-151-0/+1
* When building a module on-demand, clear out the "non-modular" languageDouglas Gregor2011-09-131-1/+5
* When an import statement fails to find a module in the module cache,Douglas Gregor2011-09-121-0/+6
OpenPOWER on IntegriCloud