MyDeveloperDay added inline comments.

================
Comment at: clang/lib/Format/Format.cpp:1602
   Style.AlignTrailingComments = false;
+  Style.AlignTrailingCommentsIgnoreEmptyLine = false;
   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
----------------
ditto remove


================
Comment at: clang/unittests/Format/FormatTest.cpp:26445
+               Style);
+}
+
----------------
I think it needs more tests than just include examples


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132131

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

Reply via email to