]> granicus.if.org Git - clang/commit
Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 8 Mar 2014 00:03:56 +0000 (00:03 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 8 Mar 2014 00:03:56 +0000 (00:03 +0000)
commit19512d911188a3910bd9f5a6df5679f74b3a7d6c
treefdf19684c7990eaa563af0ad8ff5be6ed91ca034
parentc64c62a82a57abde28b5a0279f39a65d1d8bc20e
Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'
blocks when building in C mode, and serialize and deserialize the attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Module.cpp
lib/Frontend/FrontendActions.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/Modules/Inputs/elsewhere/c-header-indirect.h [new file with mode: 0644]
test/Modules/Inputs/elsewhere/module.map [new file with mode: 0644]
test/Modules/Inputs/module.map
test/Modules/extern_c.cpp
unittests/AST/CMakeLists.txt