Index: unittests/Format/FormatTest.cpp =================================================================== --- unittests/Format/FormatTest.cpp +++ unittests/Format/FormatTest.cpp @@ -9450,11 +9450,11 @@ Alignment); Alignment.PointerAlignment = FormatStyle::PAS_Right; - // Bug 35641 + // See llvm.org/PR35641 Alignment.AlignConsecutiveDeclarations = true; verifyFormat("int func() { //\n" - " int b;\n" - " int c;\n" + " int b;\n" + " unsigned c;\n" "}", Alignment); }