]> granicus.if.org Git - clang/commitdiff
Add files forgotten in r293219.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 26 Jan 2017 23:06:10 +0000 (23:06 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 26 Jan 2017 23:06:10 +0000 (23:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293222 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/Inputs/merge-name-for-linkage/c1.h [new file with mode: 0644]
test/Modules/Inputs/merge-name-for-linkage/c2.h [new file with mode: 0644]

diff --git a/test/Modules/Inputs/merge-name-for-linkage/c1.h b/test/Modules/Inputs/merge-name-for-linkage/c1.h
new file mode 100644 (file)
index 0000000..b3fd8ac
--- /dev/null
@@ -0,0 +1 @@
+// c1
diff --git a/test/Modules/Inputs/merge-name-for-linkage/c2.h b/test/Modules/Inputs/merge-name-for-linkage/c2.h
new file mode 100644 (file)
index 0000000..3ac8356
--- /dev/null
@@ -0,0 +1,2 @@
+// c2.h
+typedef struct {} merged_after_definition;