tarantool / checkpatch

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

Don't treat calls of functions from a scope as declarations #72

Closed mkostoevr closed 3 months ago

mkostoevr commented 4 months ago

In C++ it's illegal to declare function using a syntax involving the scope access (::) operator, let's make the checkpatch ignore this pattern when looking for function declarations with nameless args.