Files
clang-p2996/clang/test/Modules/Inputs/update-after-load/module.map
Richard Smith d91747980a If a visibility update record is found for a DeclContext after that Decl has
already been loaded, apply that update record to the Decl immediately, rather
than adding it to a pending list and never applying it.

llvm-svn: 203534
2014-03-11 03:10:46 +00:00

2 lines
52 B
Plaintext

module a { header "a.h" } module b { header "b.h" }