This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6b916c6814 Fix MSVC "not all control paths return a value" warning. NFCI. new 87155c67f3 [Fixed Point Arithmetic] Fixed Point Addition Constant Expre [...]
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/Expr.h | 7 + include/clang/Basic/DiagnosticGroups.td | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 4 + include/clang/Basic/FixedPoint.h | 17 ++- lib/AST/ExprConstant.cpp | 197 ++++++++++++++++++++++------- lib/Basic/FixedPoint.cpp | 73 +++++++++-- lib/Sema/SemaChecking.cpp | 22 ++++ test/Frontend/fixed_point_add.c | 47 ++++++- test/Frontend/fixed_point_conversions.c | 38 +++++- test/Frontend/fixed_point_errors.c | 6 + 10 files changed, 348 insertions(+), 64 deletions(-)