config/.vim/vimwiki/Code Checker.wiki

17 lines
268 B
Plaintext
Raw Normal View History

2017-09-29 10:41:56 +02:00
=Static Checker=
* cppcheck
* oclint
Used by kernel https://outflux.net/slides/2017/kr/kspp.pdf
* coccinelle
* sparse
* smatch
* coverty
= Dynamic Checker =
Used by kernel https://outflux.net/slides/2017/kr/kspp.pdf
* Trinity
* syzkaller
* KASan-familly