This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ad18a0d697 [Fixed Point Arithmetic] Fixed Point Addition new bfe5a44dde [Fixed Point Arithmetic] Add APFixedPoint to APValue
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/APValue.h | 23 +++++++++++++++++++++++ include/clang/AST/Type.h | 2 ++ include/clang/Basic/FixedPoint.h | 22 +++++++++++++++++++++- lib/AST/APValue.cpp | 15 +++++++++++++++ lib/AST/ExprConstant.cpp | 3 +++ lib/AST/Type.cpp | 25 ++++--------------------- lib/Basic/FixedPoint.cpp | 27 +++++++++++++++++++++++++++ lib/CodeGen/CGExprConstant.cpp | 3 +++ lib/Sema/SemaTemplate.cpp | 1 + 9 files changed, 99 insertions(+), 22 deletions(-)