Files
clang-p2996/clang/test/Modules/Inputs/invalidate-identifiers/module.modulemap
Richard Smith 9ab4ccecb3 [modules] Fix iterator invalidation issue with names being added to a module
while we're writing out the identifier table.

llvm-svn: 231890
2015-03-11 00:00:51 +00:00

3 lines
52 B
Plaintext

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