This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6451fb5953 Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" new ed7f88d2ab [Fixed Point Arithmetic] FixedPointCast
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/OperationKinds.def | 4 + include/clang/AST/Type.h | 3 +- include/clang/Basic/DiagnosticCommonKinds.td | 2 + lib/AST/Expr.cpp | 1 + lib/AST/ExprConstant.cpp | 2 + lib/AST/Type.cpp | 1 + lib/CodeGen/CGExpr.cpp | 1 + lib/CodeGen/CGExprAgg.cpp | 1 + lib/CodeGen/CGExprComplex.cpp | 1 + lib/CodeGen/CGExprConstant.cpp | 1 + lib/CodeGen/CGExprScalar.cpp | 111 +++++++++- lib/Edit/RewriteObjCFoundationAPI.cpp | 3 + lib/Sema/Sema.cpp | 2 + lib/Sema/SemaExpr.cpp | 52 +++++ lib/StaticAnalyzer/Core/ExprEngineC.cpp | 3 +- test/Frontend/fixed_point_conversions.c | 283 ++++++++++++++++++++++++ test/Frontend/fixed_point_unknown_conversions.c | 50 +++++ 17 files changed, 517 insertions(+), 4 deletions(-) create mode 100644 test/Frontend/fixed_point_conversions.c create mode 100644 test/Frontend/fixed_point_unknown_conversions.c