This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ada9d5e815 [Format/ObjC] Avoid breaking between unary operators and operands new 088f90a177 Disallow most calling convention attributes on PS4
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/DiagnosticSemaKinds.td | 1 + include/clang/Basic/TargetInfo.h | 1 + lib/Basic/Targets/OSTargets.h | 4 ++ lib/Sema/SemaDeclAttr.cpp | 5 +++ test/Sema/no_callconv.cpp | 44 ++++++++++++++++++++++ .../RecursiveASTVisitorTests/LambdaExpr.cpp | 2 + 6 files changed, 57 insertions(+) create mode 100644 test/Sema/no_callconv.cpp