1 .. title:: clang-tidy - fuchsia-overloaded-operator
3 fuchsia-overloaded-operator
4 ===========================
6 Warns if an operator is overloaded, except for the assignment (copy and move)
13 int operator+(int); // Warning
15 B &operator=(const B &Other); // No warning
16 B &operator=(B &&Other) // No warning
18 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx.md