Files
Trial97 6699d3eca0 clang-tidy: clang-analyzer-*
This commit aims to fix all clang-analyzer-* warnings from clang-tidy.
Here is the list of the ones found in project:
    "clang-analyzer-core.uninitialized.UndefReturn",
    "clang-analyzer-deadcode.DeadStores",
    "clang-analyzer-optin.core.EnumCastOutOfRange",
Some exceptions:
  clang-analyzer-cplusplus.NewDeleteLeaks -> may need to disable it as
is a false positive
  clang-analyzer-optin.cplusplus.VirtualCall -> may need to disable it
(or refactor a bunch of code to drop the virtual from those functions)

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-13 10:20:26 +03:00
..
2026-05-13 10:20:26 +03:00
2026-05-13 10:20:26 +03:00
2026-05-13 10:20:26 +03:00
2026-01-09 22:28:25 +02:00
2026-01-09 22:28:25 +02:00
2026-01-09 22:28:25 +02:00
2025-06-05 23:15:55 +08:00