[clang-format] Sort using declarations by splitting on '::'
authorKrasimir Georgiev <krasimir@google.com>
Thu, 9 Nov 2017 15:41:23 +0000 (15:41 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Thu, 9 Nov 2017 15:41:23 +0000 (15:41 +0000)
commit818da9bb299cad1a75e5e31dbd96dabb22f54cb8
tree1a7c9a1c5b4372a8532403a04a50f554432d27ab
parent1696bb65233cdbef0a1138175cd540fc1b86e540
[clang-format] Sort using declarations by splitting on '::'

Summary: This patch improves using declarations sorting.

Reviewers: bkramer

Reviewed By: bkramer

Subscribers: cfe-commits, klimek

Differential Revision: https://reviews.llvm.org/D39786

llvm-svn: 317794
clang/docs/ClangFormatStyleOptions.rst
clang/docs/tools/dump_format_style.py
clang/include/clang/Format/Format.h
clang/lib/Format/UsingDeclarationsSorter.cpp
clang/unittests/Format/UsingDeclarationsSorterTest.cpp