This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 58e4f8f66c [OpenCL] Remove PIPE_RESERVE_ID_VALID_BIT from opencl-c.h new 233643a4e0 [Fixed Point Arithmetic] Fixed Point to Boolean Cast
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 ++ lib/AST/Expr.cpp | 1 + lib/AST/ExprConstant.cpp | 9 +++++ lib/CodeGen/CGExpr.cpp | 1 + lib/CodeGen/CGExprAgg.cpp | 1 + lib/CodeGen/CGExprComplex.cpp | 1 + lib/CodeGen/CGExprConstant.cpp | 1 + lib/CodeGen/CGExprScalar.cpp | 34 +++++++++++++--- lib/Edit/RewriteObjCFoundationAPI.cpp | 1 + lib/Sema/Sema.cpp | 3 +- lib/Sema/SemaExpr.cpp | 11 +---- lib/StaticAnalyzer/Core/ExprEngineC.cpp | 3 +- test/Frontend/fixed_point_to_bool.c | 53 +++++++++++++++++++++++++ test/Frontend/fixed_point_unknown_conversions.c | 1 - 14 files changed, 105 insertions(+), 19 deletions(-) create mode 100644 test/Frontend/fixed_point_to_bool.c