PrismLauncher/launcher/modplatform/helpers
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
..
ExportToModList.cpp style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
ExportToModList.h clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
HashUtils.cpp fix: add missing returns after emitSucceeded 2026-01-21 18:30:31 +05:00
HashUtils.h rename variable 2024-06-18 22:36:39 +03:00
OverrideUtils.cpp fix: log error if file open/commit fails 2026-03-23 01:07:05 +05:00
OverrideUtils.h huge nit: added const refs, everywhere 2022-09-26 11:50:31 +02:00