summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/submodule-visibility-cycles.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [modules] If we re-enter a submodule from within itself (when submoduleRichard Smith2015-05-211-0/+10
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