This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 603490dae3 [CodeGen] fix const-ness of builtin equivalents of <math.h> [...] new 05b45eab31 Add default calling convention support for regcall.
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.h | 3 ++- include/clang/Driver/CC1Options.td | 2 +- include/clang/Driver/CLCompatOptions.td | 2 ++ lib/AST/ASTContext.cpp | 5 +++++ lib/Driver/ToolChains/Clang.cpp | 7 ++++++- lib/Frontend/CompilerInvocation.cpp | 7 ++++--- lib/Sema/SemaDecl.cpp | 7 +++++++ test/CodeGenCXX/default_calling_conv.cpp | 13 ++++++++++++- test/Driver/cl-cc-flags.c | 3 +++ 9 files changed, 42 insertions(+), 7 deletions(-)