Before this change all checks from 'core' group were
enabled when any analyzer check were enabled.
Now only checks dependences are enabled.
Unfortunately even if this gives more flexibility to
user, Clang Static Analyzer got some hidden checks
that are somehow enabled by default there, but not in
Clang-Tidy.
Issues:
https://github.com/llvm/llvm-project/issues/61520
https://github.com/llvm/llvm-project/issues/59588
https://github.com/llvm/llvm-project/issues/59589