Eugene.Zelenko added a comment.

We have misc-unconventional-assign-operator and google-runtime-operator checks 
already. Form user perspective, I think will be good idea to have single check 
for different operators.



================
Comment at: docs/ReleaseNotes.rst:63
+
+  Checks if the overloaded postfix ``++`` and ``--`` operator return a 
constant object.
+
----------------
JonasToth wrote:
> i think the use of `operator++/--` would be better, like in the doc page.
Either it should be operator return**s**, or operator**s** return


Repository:
  rL LLVM

https://reviews.llvm.org/D32743



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

Reply via email to