PrismLauncher/launcher/ui
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
..
dialogs clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
instanceview clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
java fix: force metadata version list refreshes to reload 2026-04-10 02:19:28 +02:00
pagedialog Reduce include chain further, forward declare settings and log model 2026-02-09 20:03:10 -07:00
pages chore(clang-tidy): fix clang tidy warnings 2026-05-08 20:41:10 +03:00
setupwizard Reduce include chain further, forward declare settings and log model 2026-02-09 20:03:10 -07:00
themes Reduce include chain further, forward declare settings and log model 2026-02-09 20:03:10 -07:00
widgets clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
GuiUtil.cpp refactor: paste upload to report the error directly 2025-05-10 12:16:10 +03:00
GuiUtil.h feat: add regex removal for log sesnitive data 2025-05-07 00:12:10 +03:00
InstanceWindow.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
InstanceWindow.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
MainWindow.cpp fix: ignore non-existent or empty paths in processURLs 2026-04-22 12:27:18 +03:00
MainWindow.h feat: add Manage Skins menu item to accounts button in MainWindow 2026-04-17 04:15:48 +03:00
MainWindow.ui Fix Cmd+Q on macOS closing active window instead of quitting (#5427) 2026-05-04 15:50:11 +00:00
ToolTipFilter.cpp format the code 2026-01-09 22:28:25 +02:00
ToolTipFilter.h format the code 2026-01-09 22:28:25 +02:00
ViewLogWindow.cpp format the code 2026-01-09 22:28:25 +02:00
ViewLogWindow.h Change log to be a QMainWindow 2025-06-05 23:15:55 +08:00