toxcore/other/analysis
iphydf f8ab32aaa4
Add a check that we don't have any unused functions.
This check puts all of our code in a C++ anonymous namespace, which is
effectively making all functions `static`. This allows the compiler to
determine that a function is unused, so we can delete it.
2020-05-02 22:00:09 +01:00
..
check_logger_levels Make sure logger levels stay in sync across files 2018-10-07 15:16:00 -04:00
check_recursion Add tool to find directly recursive calls in toxcore. 2018-09-08 22:08:34 +00:00
gen-file.sh Add a check that we don't have any unused functions. 2020-05-02 22:00:09 +01:00
run-clang Don't warn about macro expansion in run-clang 2018-10-16 21:35:44 -04: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