summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/submodule-visibility/cycle1.h
Commit message (Collapse)AuthorAgeFilesLines
* [modules] If we re-enter a submodule from within itself (when submoduleRichard Smith2015-05-211-0/+8
visibility is enabled) or leave and re-enter it, restore the macro and module visibility state from last time we were in that submodule. This allows mutually-#including header files to stand a chance at being modularized with local visibility enabled. llvm-svn: 237871
OpenPOWER on IntegriCloud