tarantool / checkpatch

Checkpatch for Tarantool
GNU General Public License v2.0
2 stars 2 forks source link

Don't check class and namespace name macro args for precedence issues #71

Closed mkostoevr closed 4 months ago

mkostoevr commented 4 months ago

If we see an argument is used with the :: operator, that means it's either class or namespace name. There's no sense to check the argument for precedence issues in this case so let's skip it.