This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from abf2742cb6 [AST] Print correct tag decl for tag specifier new 202f2c8220 [clang-format] Move #include related style to libToolingCore
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 | 94 ++------------------- include/clang/Tooling/Core/IncludeStyle.h | 133 ++++++++++++++++++++++++++++++ lib/Format/Format.cpp | 56 +++++-------- lib/Tooling/Core/CMakeLists.txt | 1 + lib/Tooling/Core/IncludeStyle.cpp | 32 +++++++ unittests/Format/FormatTest.cpp | 11 +-- unittests/Format/SortIncludesTest.cpp | 44 +++++----- 7 files changed, 221 insertions(+), 150 deletions(-) create mode 100644 include/clang/Tooling/Core/IncludeStyle.h create mode 100644 lib/Tooling/Core/IncludeStyle.cpp