This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8d0c742a43 [Clang][Bundler] Replace std::vector by SmallVector [NFC] new 24de5325e9 [MS] Consder constexpr globals to be inline, as in C++17
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 | 7 +- test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp | 12 ++- test/CXX/drs/dr7xx.cpp | 10 +-- .../CodeGenCXX/ms-constexpr-static-data-member.cpp | 26 +++++++ .../ms-integer-static-data-members-exported.cpp | 2 +- test/CodeGenCXX/ms-integer-static-data-members.cpp | 3 +- test/SemaCXX/cxx1y-variable-templates_in_class.cpp | 6 +- test/SemaCXX/dllexport.cpp | 37 +++++++-- test/SemaCXX/dllimport.cpp | 91 ++++++++++++++++------ 9 files changed, 145 insertions(+), 49 deletions(-) create mode 100644 test/CodeGenCXX/ms-constexpr-static-data-member.cpp