This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fcf6e44da0 clang-format: Do not binpack initialization lists new 1e786d52fd [clang-rename] Just return instead of calling exit(3) from main. new 0ce8b803dc clang-format: add options to merge empty record body
The 2 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/Format/Format.h | 24 ++++- lib/Format/Format.cpp | 16 ++- lib/Format/FormatToken.h | 13 +++ lib/Format/UnwrappedLineFormatter.cpp | 28 +++++- tools/clang-rename/ClangRename.cpp | 19 ++-- unittests/Format/FormatTest.cpp | 180 +++++++++++++++++++++++++++++++++- 6 files changed, 256 insertions(+), 24 deletions(-)