This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 966fedc Follow up to r291448: use isStructorDecl in one more place new f912c0c Split dllexport default constructor closure tests out into a [...] new 0982ba0 [MS] Mark default args of exported default constructors as used
The 2 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: lib/Sema/SemaDeclCXX.cpp | 22 +++++++- test/CodeGenCXX/dllexport-ctor-closure.cpp | 82 ++++++++++++++++++++++++++++++ test/CodeGenCXX/dllexport.cpp | 57 --------------------- 3 files changed, 102 insertions(+), 59 deletions(-) create mode 100644 test/CodeGenCXX/dllexport-ctor-closure.cpp