PrismLauncher/launcher/ui/instanceview
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
..
AccessibleInstanceView.cpp chore: remove double spaces from logs 2026-01-29 19:15:27 +05:00
AccessibleInstanceView.h chore: reformat 2023-08-14 18:16:53 +02:00
AccessibleInstanceView_p.h Replace typedef with using 2023-10-24 01:36:27 -07:00
InstanceDelegate.cpp Use custom signals to record previous name 2025-03-27 17:13:52 +08:00
InstanceDelegate.h Use custom signals to record previous name 2025-03-27 17:13:52 +08:00
InstanceProxyModel.cpp chore: reformat 2023-08-14 18:16:53 +02:00
InstanceProxyModel.h chore: reformat 2023-08-14 18:16:53 +02:00
InstanceView.cpp clang-tidy: clang-analyzer-* 2026-05-13 10:20:26 +03:00
InstanceView.h add options to change the cat scalling 2025-06-02 15:15:17 +03:00
VisualGroup.cpp Fix compiler warnings 2026-02-26 17:49:11 +05:00
VisualGroup.h replace qvector with qlist 2025-04-19 00:59:48 +03:00