Files
clang-p2996/clang/test/Modules/Inputs/PR28438/module.modulemap
Richard Smith 3dba7ebde4 PR28438: Update the information on an identifier with local definitions before
trying to write out its macro graph, in case we imported a module that added
another module macro between the most recent local definition and the end of
the module.

llvm-svn: 279024
2016-08-18 01:16:55 +00:00

3 lines
122 B
Plaintext

module A { header "a.h" export * }
module B { module B1 { header "b1.h" export * } module B2 { header "b2.h" export * } }