commit | 32952e1e42ce69c232b37b26173ef301a2318f38 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Oct 14 02:00:47 2014 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Oct 14 02:00:47 2014 +0000 |
tree | 4a227dc92a8f5be29cf2dcd8e5375319e9e7acd7 | |
parent | 5bbe3df63f4788b42ead0344d431ecd9656d7ced [diff] [blame] |
[modules] Merging for class-scope using-declarations. llvm-svn: 219657
diff --git a/clang/test/Modules/Inputs/merge-using-decls/module.modulemap b/clang/test/Modules/Inputs/merge-using-decls/module.modulemap new file mode 100644 index 0000000..a415527 --- /dev/null +++ b/clang/test/Modules/Inputs/merge-using-decls/module.modulemap
@@ -0,0 +1,2 @@ +module A { header "a.h" } +module B { header "b.h" }