Files
clang-p2996/clang/test/Modules/Inputs/submodules/module.map
Douglas Gregor cf68c58afe Implement name hiding for declarations deserialized from a non-visible
module. When that module becomes visible, so do those declarations.

llvm-svn: 145640
2011-12-01 22:20:10 +00:00

6 lines
152 B
Plaintext

module std {
module vector { header "vector.h" }
module type_traits { header "type_traits.h" }
explicit module hash_map { header "hash_map.h" }
}