Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
programming_languages:cpp:linter [2018/12/07 15:36] – phreazer | programming_languages:cpp:linter [2018/12/07 15:41] (current) – phreazer | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Code linters and static analysers ====== | ====== Code linters and static analysers ====== | ||
===== clang-tidy ===== | ===== clang-tidy ===== | ||
- | Implements cppcoreguidelines | + | * Implements cppcoreguidelines |
+ | * | ||
===== cpplint ===== | ===== cpplint ===== | ||
Line 9: | Line 10: | ||
* Easy to use and configure | * Easy to use and configure | ||
+ | ===== oclint ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== cppcheck ===== |