This patch improves using declarations sorting.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D39786
[clang-format] Sort using declarations by splitting on '::' ClosedPublic Authored by krasimir on Nov 8 2017, 2:02 AM.
Details Summary This patch improves using declarations sorting.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 9 2017, 7:27 AM Closed by commit rL317794: [clang-format] Sort using declarations by splitting on '::' (authored by krasimir). · Explain WhyNov 9 2017, 7:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 122249 cfe/trunk/docs/ClangFormatStyleOptions.rst
cfe/trunk/docs/tools/dump_format_style.py
cfe/trunk/include/clang/Format/Format.h
cfe/trunk/lib/Format/UsingDeclarationsSorter.cpp
cfe/trunk/unittests/Format/UsingDeclarationsSorterTest.cpp
|