This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG58751f943f2f: [clang-format] SortUsingDeclarations support
lexicographic order (authored by Backl1ght).
Repository:
rG LLVM Github Monorepo
CHANG
Backl1ght added a comment.
ping
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141694/new/
https://reviews.llvm.org/D141694
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Backl1ght updated this revision to Diff 489193.
Backl1ght added a comment.
1. Update example for SUD_Never
2. Use capital letters for variables and arguments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141694/new/
https://reviews.llvm.org/D141694
Files:
clang/docs/ClangFormatStyle
HazardyKnusperkeks added reviewers: owenpan, HazardyKnusperkeks.
HazardyKnusperkeks added a comment.
Looks ok for me.
Comment at: clang/include/clang/Format/Format.h:3500
+/// \code
+///using std::c;
+///using std::b;
You should use the same
Backl1ght created this revision.
Backl1ght added reviewers: MyDeveloperDay, rymiel.
Backl1ght added a project: clang-format.
Herald added a project: All.
Backl1ght requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
fix https://github.com/llvm/