Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-uglify #public and #private to #__public_macro and #__private_macro. | Douglas Gregor | 2012-01-03 | 1 | -1/+1 |
| | | | | llvm-svn: 147469 | ||||
* | Under -fmodules, accept #public <macroname> and #private <macroname> | Douglas Gregor | 2012-01-03 | 1 | -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't | Douglas Gregor | 2011-12-12 | 1 | -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 subframework | Douglas Gregor | 2011-12-06 | 1 | -0/+4 |
modules for each of its subframeworks. llvm-svn: 145957 |