[clang-tools-extra] [clang-tidy] Add new check 'misc-static-initialization-cycle' (PR #175342)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Mon May 4 05:17:57 PDT 2026
https://github.com/NagyDonat commented:
Looks good to me if you implement a few changes:
1. Separate the first sentence of the documentation into a separate paragraph, as suggested in https://github.com/llvm/llvm-project/pull/175342/changes#discussion_r2776148654
2. Mention this check in the changelog (just before merging the PR).
3. Don't include sstream (marked in inline comment).
https://github.com/llvm/llvm-project/pull/175342
More information about the cfe-commits
mailing list