quickfix to add 'operator' keyword to operator-like functions

This commit is contained in:
Dmitry Jemerov
2015-09-24 15:25:32 +02:00
parent 3a519ccc0a
commit bda0bd1de1
9 changed files with 119 additions and 5 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports functions that were overloading operators according to pre-M14 naming conventions
but are not annotated with the 'operator' modifier. The quickfix for the inspection adds the modifier.
</body>
</html>