commit | ecc2c090e7146c029dd9ee9a5a2fd66b275c01c0 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Thu Dec 01 22:20:10 2011 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Thu Dec 01 22:20:10 2011 +0000 |
tree | a836f1b947d7804a2b4a593ccbed8d25e02a5c31 | |
parent | 403bc3f85f3b3461b73abdd9c632980bf95f34bd [diff] [blame] |
Implement name hiding for declarations deserialized from a non-visible module. When that module becomes visible, so do those declarations. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145640 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Modules/auto-module-import.c b/test/Modules/auto-module-import.c index a161f33..1b5ef99 100644 --- a/test/Modules/auto-module-import.c +++ b/test/Modules/auto-module-import.c
@@ -11,3 +11,4 @@ #ifdef DEPENDS_ON_MODULE # error DEPENDS_ON_MODULE should have been hidden #endif +