This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c0376bf Revert r293585 "Add better ODR checking for modules." new 23e4624 [clang-format] Refactor WhitespaceManager and friends
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 | 70 +++++++++----------- lib/Format/BreakableToken.h | 44 ++++++------- lib/Format/ContinuationIndenter.cpp | 37 +++++------ lib/Format/ContinuationIndenter.h | 22 +++---- lib/Format/FormatToken.h | 3 + lib/Format/TokenAnnotator.cpp | 11 +++- lib/Format/UnwrappedLineFormatter.cpp | 46 ++++++-------- lib/Format/UnwrappedLineFormatter.h | 8 +-- lib/Format/WhitespaceManager.cpp | 116 +++++++++++++++++----------------- lib/Format/WhitespaceManager.h | 36 ++++------- 10 files changed, 182 insertions(+), 211 deletions(-)