This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6c360dcc83 Fix 'set but not used' [-Wunused-but-set-variable] warning new eaa2b10ecb clang-format: Introduce BreakConstructorInitializers option
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/Format/Format.h | 42 +++++--- lib/Format/ContinuationIndenter.cpp | 46 +++++++-- lib/Format/Format.cpp | 27 +++++- lib/Format/TokenAnnotator.cpp | 23 +++-- unittests/Format/FormatTest.cpp | 184 ++++++++++++++++++++++++++++++++++-- 5 files changed, 283 insertions(+), 39 deletions(-)