This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8e6ba04 Revert "Driver: use the canonical static library naming" new 3a4bcdc [codeview] Don't emit vshape info for classes without vfptrs new 2f0b171 Fix mishandling of deletedness for assignment operators of cl [...] new 51f6082 Don't diagnoes a mismatch between implicit and explicit excep [...]
The 3 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/CodeGen/CGDebugInfo.cpp | 9 +++- lib/Sema/SemaDeclCXX.cpp | 7 +-- lib/Sema/SemaExceptionSpec.cpp | 2 +- .../basic.stc.dynamic/p2-noexceptions.cpp | 2 + test/CXX/basic/basic.stc/basic.stc.dynamic/p2.cpp | 19 ++++++-- test/CXX/special/class.copy/p20.cpp | 3 +- test/CodeGenCXX/debug-info-ms-vbase.cpp | 54 ++++++++++++++++++++++ 7 files changed, 87 insertions(+), 9 deletions(-) create mode 100644 test/CodeGenCXX/debug-info-ms-vbase.cpp