[all-commits] [llvm/llvm-project] 58751f: [clang-format] SortUsingDeclarations support lexic...
Zhikai Zeng via All-commits
all-commits at lists.llvm.org
Fri Jan 20 05:46:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58751f943f2f6dd78dd3363fc70ea1728044ee0b
https://github.com/llvm/llvm-project/commit/58751f943f2f6dd78dd3363fc70ea1728044ee0b
Author: Backl1ght <backlight.zzk at gmail.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/UsingDeclarationsSorter.cpp
M clang/unittests/Format/ConfigParseTest.cpp
M clang/unittests/Format/UsingDeclarationsSorterTest.cpp
Log Message:
-----------
[clang-format] SortUsingDeclarations support lexicographic order
fix https://github.com/llvm/llvm-project/issues/59930
Differential Revision: https://reviews.llvm.org/D141694
More information about the All-commits
mailing list