This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5763735cfb Driver: out-of-line static analyzer flag handling (NFC) new 31c7a3b61a clang-format: Add preprocessor directive indentation
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 | 27 +++++ include/clang/Format/Format.h | 26 +++++ lib/Format/ContinuationIndenter.cpp | 25 ++++- lib/Format/Format.cpp | 10 ++ lib/Format/UnwrappedLineFormatter.cpp | 4 + lib/Format/UnwrappedLineParser.cpp | 60 +++++++++++- lib/Format/UnwrappedLineParser.h | 5 + unittests/Format/FormatTest.cpp | 179 +++++++++++++++++++++++++++++++++- unittests/Format/FormatTestUtils.h | 3 +- 9 files changed, 332 insertions(+), 7 deletions(-)