From 648ccc5f9b97a26cdf1bc31387744d9f8450fc72 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 11 Sep 2026 22:29:17 +0000 Subject: [PATCH] NOLINT a cycle in semir formatting (#7774) Add a TODO that we should address this cycle. --- toolchain/sem_ir/formatter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolchain/sem_ir/formatter.h b/toolchain/sem_ir/formatter.h index b22514ecf062..b4b788fc2255 100644 --- a/toolchain/sem_ir/formatter.h +++ b/toolchain/sem_ir/formatter.h @@ -226,6 +226,8 @@ class Formatter { // Standard formatting for a declaration instruction's arguments. template + // 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);