djasper added inline comments.

================
Comment at: lib/Format/TokenAnnotator.cpp:2666
     return true;
+  if (Left.is(TT_InheritanceComma) &&
+      Style.BreakBeforeInheritanceComma)
----------------
Do these now fit on one line?


Repository:
  rL LLVM

https://reviews.llvm.org/D30487



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

Reply via email to