This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository clang.
from 9afbd50 Relax -Wcalling-convention-cast when casting to the default c [...] new 8ecbed3 [MSVC] Implementation of __unaligned as a proper type qualifier
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: include/clang/AST/Type.h | 49 +++++++++----- include/clang/Basic/AddressSpaces.h | 2 +- include/clang/Basic/Attr.td | 4 -- include/clang/Basic/DiagnosticSemaKinds.td | 10 +++ include/clang/Sema/DeclSpec.h | 23 +++++-- include/clang/Sema/Sema.h | 3 +- lib/AST/MicrosoftMangle.cpp | 5 ++ lib/AST/TypePrinter.cpp | 6 ++ lib/Parse/ParseDecl.cpp | 15 +++-- lib/Parse/ParseTentative.cpp | 2 +- lib/Sema/DeclSpec.cpp | 6 +- lib/Sema/SemaCodeComplete.cpp | 3 + lib/Sema/SemaDecl.cpp | 7 ++ lib/Sema/SemaDeclObjC.cpp | 1 + lib/Sema/SemaExpr.cpp | 2 +- lib/Sema/SemaOverload.cpp | 22 +++++- lib/Sema/SemaType.cpp | 37 +++++----- test/CodeGenCXX/mangle-ms-cxx11.cpp | 16 +++++ test/CodeGenCXX/mangle-ms-cxx14.cpp | 5 ++ test/Sema/MicrosoftExtensions.c | 8 +++ test/Sema/address_spaces.c | 4 +- .../invalid-assignment-constant-address-space.c | 2 +- test/SemaCXX/MicrosoftExtensions.cpp | 78 +++++++++++++++++++++- 23 files changed, 255 insertions(+), 55 deletions(-)