Analysis#
Wikipedia
has a nice list of static analyzers for C source code.
Those can be used to find bugs without compiling, executing and debugging NeoMutt.
If you have any questions, please send them to the developers’ mailing list: neomutt-devel@neomutt.org
Title |
Description |
|---|---|
Check for memory leaks, buffer overflows, etc |
|
Check for unexpected events |
|
Source code formatter |
|
Source code manipulation |
|
Enable gcc/clang warnings |
|
Code coverage testing |
|
Source code analyser |
|
Source code analyser |
|
Function prototype generator |
|
Source tags generator |
|
Configure Debug Options |
|
Source code grapher |
|
Header file checker |
|
Source code analyser |
|
Check for undefined behaviour |
|
Run time memory checker |
|
Find unused functions and methods |