[PATCH] D31635: [clang-format] Added ReferenceAlignmentStyle option

Andrew Somerville via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 21:39:29 PDT 2020


catskul added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:876
+  verifyFormat("int * a = f1();\nint &b = f2();\nint &&c = f3();", Style);
+}
+
----------------
MyDeveloperDay wrote:
> add your example as a test just comment it out and add FIXME if it doesn't work, then it will tell people this is what we are aiming for.
Is the request here to add the `int Add2( BTree*& Root, char *szToAdd )` example? If not, can you clarify?


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

https://reviews.llvm.org/D31635



More information about the llvm-commits mailing list