TheLartians/ModernCppStarter

Static analyzis

andersfylling opened this issue · 1 comments

Have you considered triggering static analysis on build? Gcc and clang supports that now I believe?

Just saw another reddit add cppcheck to his template project and thought it could be interesting.

Hey thanks for the request, static analysis would be a great addition to the starter!
Unless there are other suggestions, I'll look at adding StableCoder's CMake tools to the project (in the same way as current sanitiser support).