This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 884df2d15b PR38355 Prevent infinite recursion when checking initializer [...] new 323c6c5e52 [clang-format] Indent after breaking Javadoc annotated line
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 | 54 ++++++++++++++--- lib/Format/BreakableToken.h | 25 +++++++- lib/Format/ContinuationIndenter.cpp | 25 +++++++- lib/Format/Format.cpp | 7 +-- unittests/Format/FormatTestComments.cpp | 100 ++++++++++++++++++++++++++++++++ unittests/Format/FormatTestJS.cpp | 77 ++++++++++++++---------- 6 files changed, 242 insertions(+), 46 deletions(-)