[PATCH] D103245: [clang-format] Fix PointerAlignmentRight with AlignConsecutiveDeclarations

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 2 08:52:58 PDT 2021


curdeius added a comment.

Thanks for adding the tests. 👍



================
Comment at: clang/unittests/Format/FormatTest.cpp:15095
+                   Alignment));
+  // variables are aligned at their name, pointers are at the right most
+  // position
----------------
Nit: Comments should start with a capital letter and end with a fullstop.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103245



More information about the cfe-commits mailing list