[PATCH] D41363: [clang-tidy] Adding Fuchsia checker for overloaded operators

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 18 12:24:51 PST 2017


Eugene.Zelenko added inline comments.


================
Comment at: docs/ReleaseNotes.rst:141
+
+  Warns if an operator is overloaded, except for the copy and move operators.
+
----------------
assignment operators?


================
Comment at: docs/clang-tidy/checks/fuchsia-overloaded-operator.rst:6
+
+Warns if an operator is overloaded, except for the copy and move operators.
+
----------------
assignment operators?


https://reviews.llvm.org/D41363





More information about the cfe-commits mailing list