PrismLauncher/launcher/translations
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
..
POTranslator.cpp clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
POTranslator.h chore: reformat 2023-08-14 18:16:53 +02:00
TranslationsModel.cpp fix(translations): do not reset user language if translations index is missing 2026-05-07 20:15:38 +05:00
TranslationsModel.h TranslationsModel: clang-tidy and code quality 2026-05-04 12:39:23 +05:00