PrismLauncher/launcher/modplatform/flame
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
..
FileResolvingTask.cpp feat+fix: Rework modrinth fallback for blocked mods a bit 2026-03-17 15:16:57 +01:00
FileResolvingTask.h Use an owning QByteArray in ByteArraySink 2026-02-18 00:31:05 +00:00
FlameAPI.cpp Use an owning QByteArray in ByteArraySink 2026-02-18 00:31:05 +00:00
FlameAPI.h clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
FlameCheckUpdate.cpp chore(clang-tidy): fix clang tidy warnings 2026-05-09 23:26:21 +03:00
FlameCheckUpdate.h
FlameInstanceCreationTask.cpp Fix Flame recommended RAM check 2026-04-06 17:59:27 +02:00
FlameInstanceCreationTask.h refactor(InstanceCreationTask): return created instance to caller 2026-02-04 09:11:08 +05:00
FlameModIndex.cpp
FlameModIndex.h
FlamePackExportTask.cpp Enable warnings as errors (#5101) 2026-03-06 07:42:39 +00:00
FlamePackExportTask.h Fix compiler warnings 2026-02-26 17:49:11 +05:00
PackManifest.cpp
PackManifest.h