summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/Module.framework/Frameworks
Commit message (Collapse)AuthorAgeFilesLines
* Re-uglify #public and #private to #__public_macro and #__private_macro.Douglas Gregor2012-01-031-1/+1
| | | | llvm-svn: 147469
* Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor2012-01-031-1/+1
| | | | | | | to make a macro public (the default for headers) or private, respectively. llvm-svn: 147455
* Don't mark include guard macros as implicitly private. This isn'tDouglas Gregor2011-12-121-0/+1
| | | | | | | actually a terribly good heuristic, and the world is too horrible for it to work. llvm-svn: 146393
* When inferring a module map for a framework, infer subframeworkDouglas Gregor2011-12-061-0/+4
modules for each of its subframeworks. llvm-svn: 145957
OpenPOWER on IntegriCloud