PrismLauncher/launcher/modplatform
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
..
atlauncher chore(clang-tidy): fix clang tidy warnings 2026-05-07 15:02:50 +03:00
flame clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
ftb rate limit the FTB mod downloads 2026-03-23 10:14:23 +02:00
helpers clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
import_ftb clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
legacy_ftb fix: log error if file open/commit fails 2026-03-23 01:07:05 +05:00
modrinth chore(clang-tidy): fix clang tidy warnings 2026-05-09 23:26:21 +03:00
packwiz clang-tidy: fix warnings 2026-04-03 14:39:27 +03:00
technic fix: log error if file open/commit fails 2026-03-23 01:07:05 +05:00
CheckUpdateTask.h chore(clang-tidy): fix clang tidy warnings 2026-05-08 20:41:10 +03:00
EnsureMetadataTask.cpp chore(clang-tidy): fix clang tidy warnings 2026-05-09 23:26:21 +03:00
EnsureMetadataTask.h remove some QEventLoops 2025-03-02 08:36:48 +02:00
ModIndex.cpp chore: clang-tidy work adjacent to changelog api fix 2026-03-16 14:58:20 -07:00
ModIndex.h clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
ResourceAPI.cpp Allow requesting project info without manual retry on fail 2026-04-04 07:17:58 +00:00
ResourceAPI.h Allow requesting project info without manual retry on fail 2026-04-04 07:17:58 +00:00
ResourceType.cpp make universal resource type 2025-07-18 16:17:22 +03:00
ResourceType.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00