PrismLauncher/launcher/modplatform/import_ftb
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
..
PackHelpers.cpp chore: remove double spaces from logs 2026-01-29 19:15:27 +05:00
PackHelpers.h fix FTBA instance loading 2025-11-24 13:33:54 +01:00
PackInstallTask.cpp clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
PackInstallTask.h send by reference 2023-07-13 19:58:08 +03:00