This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4b113a837e [Preprocesssor] Filename should fall back to the written nam [...] new c59e1fef13 clang-format: better handle statement macros
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: docs/ClangFormatStyleOptions.rst | 9 ++++++++ include/clang/Format/Format.h | 12 +++++++++- lib/Format/Format.cpp | 3 +++ lib/Format/FormatToken.h | 1 + lib/Format/FormatTokenLexer.cpp | 11 +++++----- lib/Format/FormatTokenLexer.h | 4 +++- lib/Format/UnwrappedLineParser.cpp | 23 +++++++++++++++++++ lib/Format/UnwrappedLineParser.h | 1 + unittests/Format/FormatTest.cpp | 45 ++++++++++++++++++++++++++++++++++++++ 9 files changed, 102 insertions(+), 7 deletions(-)