From 9bca298f6d9dadb1f304ad63becfe28a0eda1b0b Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 8 Mar 2014 00:03:56 +0000 Subject: Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"' blocks when building in C mode, and serialize and deserialize the attribute. llvm-svn: 203317 --- clang/test/Modules/Inputs/elsewhere/c-header-indirect.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 clang/test/Modules/Inputs/elsewhere/c-header-indirect.h (limited to 'clang/test/Modules/Inputs/elsewhere/c-header-indirect.h') diff --git a/clang/test/Modules/Inputs/elsewhere/c-header-indirect.h b/clang/test/Modules/Inputs/elsewhere/c-header-indirect.h new file mode 100644 index 00000000000..083c41f77c5 --- /dev/null +++ b/clang/test/Modules/Inputs/elsewhere/c-header-indirect.h @@ -0,0 +1 @@ +#include "c-header.h" -- cgit v1.2.3