djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.

Thanks for the fix.



================
Comment at: unittests/Format/FormatTest.cpp:9453
+
+  // Bug 35641
+  Alignment.AlignConsecutiveDeclarations = true;
----------------
Make this "See llvm.org/PR35641".


================
Comment at: unittests/Format/FormatTest.cpp:9457
+               "  int b;\n"
+               "  int c;\n"
+               "}",
----------------
Might be useful to use different types here to verify that alignment is 
actually happening, e.g. "int" and "unsigned".


Repository:
  rC Clang

https://reviews.llvm.org/D43303



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

Reply via email to