saleyn / erlexec

Execute and control OS processes from Erlang/OTP
https://hexdocs.pm/erlexec/readme.html
Other
525 stars 139 forks source link

Fix a few clang(-tidy) issues #141

Closed chrta closed 3 years ago

chrta commented 3 years ago

I compiled the code with clang++-11 and let clang-tidy-11 run like. It reports a few issues, mostly just style issues or c++11 (and newer) suggested changes. A few of of those reports (that do not require c++11) are fixed here.

Some git commit messages contain the message from clang-tidy.

It is nothing critical.