commit | cf68c58afe5dbb92355f53440eb643af393eb8a0 | [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 | 8710e9d9862653c7cab38b0bc30432af01ac8222 | |
parent | 3367123b1233c7dcabc6ccc80461d76e3170f5cb [diff] [blame] |
Implement name hiding for declarations deserialized from a non-visible module. When that module becomes visible, so do those declarations. llvm-svn: 145640
diff --git a/clang/test/Modules/auto-module-import.c b/clang/test/Modules/auto-module-import.c index a161f33..1b5ef99 100644 --- a/clang/test/Modules/auto-module-import.c +++ b/clang/test/Modules/auto-module-import.c
@@ -11,3 +11,4 @@ #ifdef DEPENDS_ON_MODULE # error DEPENDS_ON_MODULE should have been hidden #endif +