This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9bbcb03216 [ASTImporter] Add ms compatibility to tests which use the TestBase new 7f055b7e1a [clang-cl] Don't emit dllexport inline functions etc. from p [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/AST/ExternalASTSource.h | 4 ++ include/clang/Basic/LangOptions.def | 1 + include/clang/Driver/CC1Options.td | 4 +- include/clang/Sema/MultiplexExternalSemaSource.h | 2 + include/clang/Serialization/ASTBitCodes.h | 2 +- include/clang/Serialization/ASTReader.h | 2 + include/clang/Serialization/Module.h | 3 + lib/AST/ASTContext.cpp | 27 +++++++- lib/Driver/Driver.cpp | 2 + lib/Driver/ToolChains/Clang.cpp | 4 ++ lib/Frontend/CompilerInvocation.cpp | 1 + lib/Frontend/FrontendActions.cpp | 8 +-- lib/Sema/MultiplexExternalSemaSource.cpp | 7 ++ lib/Serialization/ASTReader.cpp | 9 ++- lib/Serialization/ASTWriter.cpp | 15 +++-- test/CodeGen/pch-dllexport.cpp | 84 ++++++++++++++++++++++++ test/Driver/cl-pch.cpp | 6 ++ 17 files changed, 168 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/pch-dllexport.cpp