This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 426d8cc286 [AST] Add individual size info for Types in -print-stats new 1d1e4e257b [Fixed Point Arithmetic] Fix for FixedPointValueToString
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/Type.h | 5 +- lib/AST/Expr.cpp | 2 +- lib/AST/ExprConstant.cpp | 3 +- lib/AST/Type.cpp | 31 +++++---- test/Frontend/fixed_point_to_string.c | 21 +++++++ unittests/Frontend/CMakeLists.txt | 1 + unittests/Frontend/FixedPointString.cpp | 107 ++++++++++++++++++++++++++++++++ 7 files changed, 153 insertions(+), 17 deletions(-) create mode 100644 test/Frontend/fixed_point_to_string.c create mode 100644 unittests/Frontend/FixedPointString.cpp