This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d5b5d46 Do not print out Flags field twice. new b53c2b0 Resubmit "Add support for advanced number formatting."
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/llvm/Support/NativeFormatting.h | 32 +++-- lib/Support/NativeFormatting.cpp | 232 ++++++++++++++++++++------------ lib/Support/raw_ostream.cpp | 32 +++-- unittests/Support/CMakeLists.txt | 1 + unittests/Support/NativeFormatTests.cpp | 176 ++++++++++++++++++++++++ 5 files changed, 369 insertions(+), 104 deletions(-) create mode 100644 unittests/Support/NativeFormatTests.cpp