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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to