This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6cde4f1 [clang-format] Make FormatTokenLess::operator() const. new e14f516 Support for MSVS default calling convention options (/Gd, /Gz [...]
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/Basic/LangOptions.def | 2 +- include/clang/Basic/LangOptions.h | 8 ++++++ include/clang/Driver/CC1Options.td | 2 ++ include/clang/Driver/CLCompatOptions.td | 13 +++++++--- lib/AST/ASTContext.cpp | 21 +++++++++++++-- lib/Driver/Tools.cpp | 11 +++++++- lib/Frontend/CompilerInvocation.cpp | 44 +++++++++++++++++++++++++++++++- lib/Sema/SemaDeclAttr.cpp | 11 ++++---- test/CodeGenCXX/default_calling_conv.cpp | 34 ++++++++++++++++++++++++ 9 files changed, 132 insertions(+), 14 deletions(-) create mode 100644 test/CodeGenCXX/default_calling_conv.cpp