This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 97b5655 [Driver] Simplify ToolChain::GetCXXStdlibType (NFC) new f57fa8e clang-format: Separate out a language kind for ObjC.
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 | 7 +- lib/Format/ContinuationIndenter.cpp | 1 + lib/Format/Format.cpp | 16 +- lib/Format/FormatTokenLexer.cpp | 3 +- lib/Format/TokenAnnotator.cpp | 7 +- tools/clang-format/ClangFormat.cpp | 3 +- unittests/Format/CMakeLists.txt | 1 + unittests/Format/FormatTest.cpp | 740 +------------------------------- unittests/Format/FormatTestObjC.cpp | 822 ++++++++++++++++++++++++++++++++++++ unittests/Tooling/ReplacementTest.h | 2 +- 10 files changed, 858 insertions(+), 744 deletions(-) create mode 100644 unittests/Format/FormatTestObjC.cpp