toxcore/other/analysis
iphydf 5a3a0b6453
cleanup: Add nonnull annotations to function definitions.
These help static analysis and ubsan. We should eventually have all
functions annotated like this with a cimple check to make sure every
pointer has an explicit nullability annotation. The `nullable`
annotation does nothing in GCC, but will be used by cimple to validate
that every parameter has defined nullability.
2022-02-08 17:57:47 +00:00
..
check_includes feat: Add binary packing functions for tox events. 2022-02-07 02:43:24 +00:00
check_logger_levels Make sure logger levels stay in sync across files 2018-10-07 15:16:00 -04:00
check_recursion cleanup: Ensure we limit the system headers included in .h files. 2022-02-04 20:54:37 +00:00
gen-file.sh feat: Add binary packing functions for tox events. 2022-02-07 02:43:24 +00:00
run-check-recursion chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-clang cleanup: Add nonnull annotations to function definitions. 2022-02-08 17:57:47 +00:00
run-clang-analyze chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-clang-tidy cleanup: Add nonnull annotations to function definitions. 2022-02-08 17:57:47 +00:00
run-cppcheck chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-cpplint chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00
run-gcc cleanup: Add nonnull annotations to function definitions. 2022-02-08 17:57:47 +00:00
run-infer chore: Make run-infer script use docker. 2022-02-03 20:11:16 +00:00
variants.sh chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00