[PATCH] D139786: [clang-format] AllowShortRequiresExpressionOnASingleLine and AllowShortCompoundRequirementOnASingleLine

Emilia Dreamer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 11 08:43:10 PST 2022


rymiel added a comment.

Please re-upload with full context. See https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface



================
Comment at: clang/lib/Format/Format.cpp:811
                    Style.AllowShortEnumsOnASingleLine);
+    IO.mapOptional("AllowShortRequiresExpressionOnASingleLine",
+                   Style.AllowShortRequiresExpressionOnASingleLine);
----------------
I'm pretty sure these options should be in alphabetical order (and below too)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139786/new/

https://reviews.llvm.org/D139786



More information about the cfe-commits mailing list