This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a827fb7958 [analyzer] MoveChecker: Squash the bit field because it caus [...] new 4d6bcd5b32 Update Microsoft name mangling scheme for exception specifie [...] new d1d2af0946 Fix ms-layout_version declspec test and add missing new test
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: include/clang/Basic/LangOptions.h | 13 +++++---- lib/AST/MicrosoftMangle.cpp | 29 +++++++++++-------- lib/Driver/ToolChains/MSVC.cpp | 2 +- lib/Sema/SemaDeclAttr.cpp | 7 ++++- test/CodeGenCXX/mangle-ms-exception-spec.cpp | 42 ++++++++++++++++++++++++++++ 5 files changed, 75 insertions(+), 18 deletions(-) create mode 100644 test/CodeGenCXX/mangle-ms-exception-spec.cpp