mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
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>
|
||
|---|---|---|
| .. | ||
| FileResolvingTask.cpp | ||
| FileResolvingTask.h | ||
| FlameAPI.cpp | ||
| FlameAPI.h | ||
| FlameCheckUpdate.cpp | ||
| FlameCheckUpdate.h | ||
| FlameInstanceCreationTask.cpp | ||
| FlameInstanceCreationTask.h | ||
| FlameModIndex.cpp | ||
| FlameModIndex.h | ||
| FlamePackExportTask.cpp | ||
| FlamePackExportTask.h | ||
| PackManifest.cpp | ||
| PackManifest.h | ||