From: Daniel Jasper Date: Tue, 17 Dec 2013 10:47:49 +0000 (+0000) Subject: Add missing file from r197485. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbb66648064c16977ab6a92586c459711913e4b3;p=clang Add missing file from r197485. (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 --- diff --git a/test/Modules/Inputs/submodules/not_missing.h b/test/Modules/Inputs/submodules/not_missing.h new file mode 100644 index 0000000000..1f8d0480e5 --- /dev/null +++ b/test/Modules/Inputs/submodules/not_missing.h @@ -0,0 +1,2 @@ +void NotMissingFunction() { +}