diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-03-08 00:03:56 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-03-08 00:03:56 +0000 |
commit | 9bca298f6d9dadb1f304ad63becfe28a0eda1b0b (patch) | |
tree | f7090390710aff9cf1cca5469935e4d82cd69add /clang/test/Modules/Inputs/elsewhere/c-header-indirect.h | |
parent | 7f928f14f4235e0cb593857aca4fcedea157c4de (diff) | |
download | bcm5719-llvm-9bca298f6d9dadb1f304ad63becfe28a0eda1b0b.tar.gz bcm5719-llvm-9bca298f6d9dadb1f304ad63becfe28a0eda1b0b.zip |
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
Diffstat (limited to 'clang/test/Modules/Inputs/elsewhere/c-header-indirect.h')
-rw-r--r-- | clang/test/Modules/Inputs/elsewhere/c-header-indirect.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |