This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1c45048c48 Reverted 305379 (Function with unparsed body is a definition) new d96c7f9284 clang-format: Add CompactNamespaces 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 | 24 ++++ lib/Format/Format.cpp | 8 +- lib/Format/NamespaceEndCommentsFixer.cpp | 64 +++++++--- lib/Format/UnwrappedLineFormatter.cpp | 69 ++++++++++- lib/Format/UnwrappedLineParser.cpp | 5 + unittests/Format/FormatTest.cpp | 136 +++++++++++++++++++++ unittests/Format/NamespaceEndCommentsFixerTest.cpp | 56 +++++++++ 7 files changed, 339 insertions(+), 23 deletions(-)