Skip to content

[Refactor] clang tidy -fix

Jonas Toth requested to merge refactor_clang_tidy into master

clang-tidy does static analysis and code transformation. It sometimes breaks code too, thats the reason for the fix commit.

The most value comes out of the warnings it creates, because code transformation is usually harder to implement, so most checks emit only warnings.

Merge request reports