[clang-tools-extra] [clang-tidy] Add new check 'misc-static-initialization-cycle' (PR #175342)

Victor Chernyakin via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 10 09:07:53 PST 2026


localspook wrote:

We have the `cppcoreguidelines-interfaces-global-init` check, which seems to be broadly similar to this one. Can you compare and contrast the two?

https://github.com/llvm/llvm-project/pull/175342


More information about the cfe-commits mailing list