mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:00:13 +01:00
NOLINT a cycle in semir formatting (#7774)
Add a TODO that we should address this cycle.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user