You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the application space of a PowerVR GPU there needs to be a higher quality standard for this SDK.
I could never use this library in a production environment due to the code quality, which can easily be mitigated with the help of clang-tidy. MISRA compliance would also be a plus.
Please add a .clang-tidy file and add an internal clang-tidy CI job.
Thanks a lot, I fixed over 150 compilation warnings last release but agree any tool helping achieve a neat code will be welcomed and this is a great one.
I will integrate clang-tidy, leaving this bug open until it is done.
Description
Given the application space of a PowerVR GPU there needs to be a higher quality standard for this SDK.
I could never use this library in a production environment due to the code quality, which can easily be mitigated with the help of clang-tidy. MISRA compliance would also be a plus.
Please add a .clang-tidy file and add an internal clang-tidy CI job.
Additional Info
A basic .clang-tidy
The text was updated successfully, but these errors were encountered: