sstwcw marked 5 inline comments as done. sstwcw added inline comments.
================ Comment at: clang/unittests/Format/FormatTest.cpp:16800 + Alignment)); +} + ---------------- HazardyKnusperkeks wrote: > Can you test it with `AlignConsecutiveDeclarations`? Do you mean like the formatting the same code with `AlignConsecutiveAssignments.Enabled` being false and `AlignConsecutiveDeclarations.Enabled` being true? By the way, I just realized that things like `int a += 5;` are not valid code. Should I remove the `int ` instead? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119599/new/ https://reviews.llvm.org/D119599 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits