toxcore/other/analysis
iphydf 93cc178cfe
Add tool to find directly recursive calls in toxcore.
We should avoid recursion, as it makes reasoning about stack growth
harder. This tool shows (currently) 4 (non-tail) recursive functions, at
least 2 of which are easy to fix.
2018-09-08 22:08:34 +00:00
..
check_recursion Add tool to find directly recursive calls in toxcore. 2018-09-08 22:08:34 +00:00
gen-file.sh Fix a few warnings from clang. 2018-08-12 14:09:59 +00:00
run-clang Avoid redefining macros from different files. 2018-08-19 23:15:01 +00:00
run-clang-analyze Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
run-cppcheck Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
run-gcc Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
run-infer Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00