This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d64f72e215 creduce-clang-crash.py: preprocess file + reduce commandline new e2755ead71 [clang-format] Add basic support for formatting C# files
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/ClangFormat.rst | 4 +- docs/ClangFormatStyleOptions.rst | 14 ++- docs/ReleaseNotes.rst | 3 +- include/clang/Format/Format.h | 5 + lib/Format/ContinuationIndenter.cpp | 12 ++- lib/Format/Format.cpp | 35 ++++++- lib/Format/FormatToken.h | 136 ++++++++++++++++++++++++- lib/Format/FormatTokenLexer.cpp | 109 ++++++++++++++++++++ lib/Format/FormatTokenLexer.h | 4 + lib/Format/TokenAnnotator.cpp | 57 ++++++++++- lib/Format/UnwrappedLineFormatter.cpp | 6 +- lib/Format/UnwrappedLineParser.cpp | 6 +- tools/clang-format/ClangFormat.cpp | 2 +- unittests/Format/CMakeLists.txt | 1 + unittests/Format/FormatTestCSharp.cpp | 184 ++++++++++++++++++++++++++++++++++ 15 files changed, 559 insertions(+), 19 deletions(-) create mode 100644 unittests/Format/FormatTestCSharp.cpp