NOLINT a cycle in semir formatting (#7774)

Add a TODO that we should address this cycle.
This commit is contained in:
Dana Jansens
2026-09-11 22:29:17 +00:00
committed by GitHub
parent 0d9560c049
commit 648ccc5f9b
+2
View File
@@ -226,6 +226,8 @@ class Formatter {
// Standard formatting for a declaration instruction's arguments.
template <typename IdT>
// TODO: Recursive cycle when we format any decls inside the RHS.
// NOLINTNEXTLINE(misc-no-recursion)
auto FormatDeclRhs(IdT decl_id, InstBlockId pattern_block_id,
InstBlockId decl_block_id) {
FormatArgs(decl_id);