Rewritten AddOperatorModifierInspection to be based on an intention (shouldn't we drop the inspection at all?)

This commit is contained in:
Valentin Kipyatkov
2015-10-16 23:11:05 +03:00
parent df9ad17ea2
commit d1de2f65c9
8 changed files with 60 additions and 69 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>