[PATCH] D73354: clang-format: insert trailing commas into containers.
Martin Probst via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 29 04:28:01 PST 2020
mprobst marked 4 inline comments as done.
mprobst added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:42
+ Unsuitable,
+ BinBackTrailingCommaConflict
+};
----------------
sammccall wrote:
> Back->Pack?
That's what you get when you fix my auto-complete: consistent misspelling.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73354/new/
https://reviews.llvm.org/D73354
More information about the cfe-commits
mailing list