This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f04cedd [test] Add HAVE_LIBZ to canonicalized booleans new 281837f [clang-format] Implement comment reflowing.
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: lib/Format/BreakableToken.cpp | 632 +++++++++++++++++++++++++------ lib/Format/BreakableToken.h | 319 ++++++++++++---- lib/Format/CMakeLists.txt | 1 - lib/Format/Comments.cpp | 36 -- lib/Format/Comments.h | 33 -- lib/Format/ContinuationIndenter.cpp | 60 ++- lib/Format/TokenAnnotator.cpp | 10 +- lib/Format/UnwrappedLineParser.cpp | 56 ++- lib/Format/WhitespaceManager.cpp | 33 +- unittests/Format/FormatTest.cpp | 481 ++++++++++++++++++++++- unittests/Format/FormatTestSelective.cpp | 10 +- 11 files changed, 1377 insertions(+), 294 deletions(-) delete mode 100644 lib/Format/Comments.cpp delete mode 100644 lib/Format/Comments.h