summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-using-decls/module.modulemap
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-10-14 02:00:47 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-10-14 02:00:47 +0000
commit32952e1e42ce69c232b37b26173ef301a2318f38 (patch)
tree4a227dc92a8f5be29cf2dcd8e5375319e9e7acd7 /clang/test/Modules/Inputs/merge-using-decls/module.modulemap
parent5bbe3df63f4788b42ead0344d431ecd9656d7ced (diff)
downloadbcm5719-llvm-32952e1e42ce69c232b37b26173ef301a2318f38.tar.gz
bcm5719-llvm-32952e1e42ce69c232b37b26173ef301a2318f38.zip
[modules] Merging for class-scope using-declarations.
llvm-svn: 219657
Diffstat (limited to 'clang/test/Modules/Inputs/merge-using-decls/module.modulemap')
-rw-r--r--clang/test/Modules/Inputs/merge-using-decls/module.modulemap2
1 files changed, 2 insertions, 0 deletions
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 00000000000..a415527813c
--- /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" }
OpenPOWER on IntegriCloud