Context
Fuchsia is an OS developed by google that has kernel called Zircon.
In clang-tidy
, there are currently two distinct modules: fuchsia
and zircon
. fuchsia
currently has 7 dedicated checks and 1 alias-check. zircon
, on the other hand, has only 1 check and no check-aliases.
There were no activity in zircon
module since the initial check implementation in 2018.
Proposal
Given that by design zircon
is a part of fuchsia
, I propose deprecating and removing zircone
module and moving the only one zircon-temporary-objects check into fuchsia
module.