This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f6f53c0d9b [ASTImporter] Fix redecl failures of FunctionTemplateSpec new 7879e0e4c7 Ensure that const variables declared at namespace scope corr [...]
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: lib/Sema/SemaDecl.cpp | 26 ++++++++++++++++++++++++-- test/CodeGen/dllexport-1.c | 24 ++++++++++++++++++++++++ test/Sema/dllexport-1.cpp | 33 +++++++++++++++++++++++++++++++++ test/Sema/dllexport-2.cpp | 26 ++++++++++++++++++++++++++ test/SemaCXX/dllexport.cpp | 4 ++++ test/SemaCXX/dllimport.cpp | 4 ++++ 6 files changed, 115 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/dllexport-1.c create mode 100644 test/Sema/dllexport-1.cpp create mode 100644 test/Sema/dllexport-2.cpp