curdeius added inline comments.

================
Comment at: clang/docs/ClangFormatStyleOptions.rst:3760
+       true:                                  false:
+       void operator++ (int a);        vs.    void operator++(int a);
+
----------------
Please add operator call as well to the example (`object.operator++ (0)`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116283

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

Reply via email to