This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ebc4635e79 Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conver [...] new 4e6ca6e082 Add /Zc:DllexportInlines option to clang-cl
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/Basic/Attr.td | 21 ++++ include/clang/Basic/LangOptions.def | 1 + include/clang/Driver/CC1Options.td | 1 + include/clang/Driver/CLCompatOptions.td | 2 + lib/Driver/ToolChains/Clang.cpp | 5 + lib/Frontend/CompilerInvocation.cpp | 3 + lib/Sema/SemaDecl.cpp | 26 ++++ lib/Sema/SemaDeclCXX.cpp | 24 +++- test/CodeGenCXX/dllexport-no-dllexport-inlines.cpp | 133 +++++++++++++++++++++ test/Driver/cl-options.c | 5 + 10 files changed, 219 insertions(+), 2 deletions(-) create mode 100644 test/CodeGenCXX/dllexport-no-dllexport-inlines.cpp