This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a86381f7e1 [analyzer] Bump a few default performance thresholds. new 2b802eb186 [clang-format] Support sorting using declarations
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 | 10 + lib/Format/CMakeLists.txt | 1 + lib/Format/Format.cpp | 11 + lib/Format/UsingDeclarationsSorter.cpp | 144 +++++++++++++ ...ndCommentsFixer.h => UsingDeclarationsSorter.h} | 14 +- unittests/Format/CMakeLists.txt | 1 + unittests/Format/UsingDeclarationsSorterTest.cpp | 234 +++++++++++++++++++++ 7 files changed, 408 insertions(+), 7 deletions(-) create mode 100644 lib/Format/UsingDeclarationsSorter.cpp copy lib/Format/{NamespaceEndCommentsFixer.h => UsingDeclarationsSorter.h} (61%) create mode 100644 unittests/Format/UsingDeclarationsSorterTest.cpp