]> granicus.if.org Git - clang/commitdiff
Add missing file from r197485.
authorDaniel Jasper <djasper@google.com>
Tue, 17 Dec 2013 10:47:49 +0000 (10:47 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 17 Dec 2013 10:47:49 +0000 (10:47 +0000)
(Yes, the irony is not lost on me :-) ).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197486 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/Inputs/submodules/not_missing.h [new file with mode: 0644]

diff --git a/test/Modules/Inputs/submodules/not_missing.h b/test/Modules/Inputs/submodules/not_missing.h
new file mode 100644 (file)
index 0000000..1f8d048
--- /dev/null
@@ -0,0 +1,2 @@
+void NotMissingFunction() {
+}